Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coverage_report: Allow package filtering for --by-platform #745

Merged

Conversation

Javagedes
Copy link
Contributor

Originally, both a --by-package and --by-platform flag was created to describe the types of coverage reports able to be generated, and allow for grouping the command line arguments based on these two flags.

With the adding of the ability to filter on packages for the platform report, the --by-package flag no longer has any special arguments and can be deprecated. Due to this, this change also removes the --by-package flag, making it the default behavior, which is overridden by --py-platform.

@Javagedes Javagedes added the enhancement New feature or request label Feb 5, 2024
@Javagedes Javagedes modified the milestones: 0.27.2, 0.27.3 Feb 5, 2024
Originally, both a --by-package and --by-platform flag was created to
describe the types of coverage reports able to be generated, and allow
for grouping the command line arguments based on these two flags.

With the adding of the ability to filter on packages for the platform
report, the --by-package flag no longer has any special arguments and
can be deprecated. Due to this, this change also removes the
--by-package flag, making it the default behavior, which is overridden
by --py-platform.
@Javagedes Javagedes force-pushed the coverage-filter-package-on-by-platform branch from df4ad0f to 44f4eef Compare February 20, 2024 19:57
Copy link

codecov bot commented Feb 20, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (bf643b0) 78.75% compared to head (44f4eef) 78.75%.
Report is 14 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #745   +/-   ##
=======================================
  Coverage   78.75%   78.75%           
=======================================
  Files          49       49           
  Lines        4909     4909           
=======================================
  Hits         3866     3866           
  Misses       1043     1043           

@Javagedes Javagedes merged commit d895c0f into tianocore:master Feb 20, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants