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

Add .coveragerc #340

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

Conversation

dylanhmorris
Copy link
Contributor

This will allow us to exclude blocks for which we do not write explicit tests (e.g. if __name__ == "__main__": sections) from coverage reports.

Copy link

codecov bot commented Feb 11, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 25.30%. Comparing base (df353de) to head (ace21f7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #340      +/-   ##
==========================================
+ Coverage   24.47%   25.30%   +0.83%     
==========================================
  Files          22       22              
  Lines        1704     1648      -56     
==========================================
  Hits          417      417              
+ Misses       1287     1231      -56     
Flag Coverage Δ
hewr 41.68% <ø> (ø)
pipelines 5.15% <ø> (+0.48%) ⬆️
pyrenew_hew 27.96% <ø> (ø)

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.

@dylanhmorris dylanhmorris marked this pull request as ready for review February 11, 2025 01:05
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