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

feat(makefile): Suggest test-cover rule addition #2589

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

hudem1
Copy link
Contributor

@hudem1 hudem1 commented Mar 1, 2025

Just a small PR to suggest an addition to the Makefile test-cover rule to be able to target a specific pkg when running the coverage instead of having to run all tests pkgs by default

Usage:

make test-cover PKG=path/to/pkg

@hudem1 hudem1 changed the title feat(makefile): Suggest test-cover rule improvement feat(makefile): Suggest test-cover rule addition Mar 1, 2025
Copy link

codecov bot commented Mar 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.68%. Comparing base (c905aaf) to head (9b789e8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2589   +/-   ##
=======================================
  Coverage   73.68%   73.68%           
=======================================
  Files         137      137           
  Lines       16711    16711           
=======================================
  Hits        12313    12313           
+ Misses       3536     3535    -1     
- Partials      862      863    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant