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

Remove external dependencies from coverage, increase default target #245

Merged
merged 12 commits into from
Nov 5, 2024

Conversation

kjohn-msft
Copy link
Collaborator

@kjohn-msft kjohn-msft commented Feb 28, 2024

We should not be measuring coverage on external dependencies that we have to ship.

And in parallel increasing the default target to the base threshold we've already achieved.

image

Copy link

codecov bot commented Feb 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.91%. Comparing base (2faa8ad) to head (ab43fc5).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #245   +/-   ##
=======================================
  Coverage   90.91%   90.91%           
=======================================
  Files          91       91           
  Lines       15656    15656           
=======================================
  Hits        14234    14234           
  Misses       1422     1422           
Flag Coverage Δ
python27 90.91% <ø> (ø)
python39 90.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@codecov-commenter
Copy link

codecov-commenter commented Apr 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.84%. Comparing base (96f6359) to head (89d64bf).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #245      +/-   ##
==========================================
+ Coverage   91.11%   91.84%   +0.73%     
==========================================
  Files          91       90       -1     
  Lines       15901    15596     -305     
==========================================
- Hits        14488    14324     -164     
+ Misses       1413     1272     -141     
Flag Coverage Δ
python27 91.84% <ø> (+0.73%) ⬆️
python39 91.84% <ø> (+0.73%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@kjohn-msft
Copy link
Collaborator Author

Coverage increased by 0.73% --
image

@kjohn-msft kjohn-msft requested a review from feng-j678 November 5, 2024 22:04
@kjohn-msft kjohn-msft merged commit c49a676 into master Nov 5, 2024
7 checks passed
@kjohn-msft kjohn-msft deleted the kjohn-excludeexternal branch November 5, 2024 22:11
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.

3 participants