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

test: exclude drivers and scripts directories from test coverage #562

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

cjpearson
Copy link
Contributor

The compiled drivers directory was being considered for test coverage. This change excludes that directory along with the scripts directory to have a more accurate coverage report.

Before

Screenshot 2025-01-02 at 18 12 43

After

Screenshot 2025-01-02 at 18 14 44

Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.77%. Comparing base (4d61c78) to head (022a7fe).
Report is 158 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #562      +/-   ##
==========================================
- Coverage   65.05%   59.77%   -5.29%     
==========================================
  Files          39       42       +3     
  Lines        4055     3627     -428     
  Branches      487      587     +100     
==========================================
- Hits         2638     2168     -470     
- Misses       1408     1456      +48     
+ Partials        9        3       -6     

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

@pi0 pi0 merged commit 7fd4933 into unjs:main Jan 2, 2025
3 of 4 checks passed
@pi0
Copy link
Member

pi0 commented Jan 2, 2025

Thanks.

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.

2 participants