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

Adding coverage config file. #747

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

astronomerritt
Copy link
Contributor

Adding config file (.coveragerc) for coverage reports that can be used to omit certain files. Currently this excludes src/sorcha/utilities/citation_text.py.

Review Checklist for Source Code Changes

  • Does pip install still work?
  • Have you written a unit test for any new functions?
  • Do all the units tests run successfully?
  • Does Sorcha run successfully on a test set of input files/databases?
  • Have you used black on the files you have updated to confirm python programming style guide enforcement?

Copy link

codecov bot commented Dec 13, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (aa86227) 65.31% compared to head (efea425) 74.34%.
Report is 10 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #747      +/-   ##
==========================================
+ Coverage   65.31%   74.34%   +9.03%     
==========================================
  Files          67       66       -1     
  Lines        3451     3025     -426     
==========================================
- Hits         2254     2249       -5     
+ Misses       1197      776     -421     

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

@mschwamb mschwamb self-requested a review December 13, 2023 13:01
@astronomerritt astronomerritt merged commit b9b5cdf into dirac-institute:main Dec 13, 2023
10 checks passed
@astronomerritt astronomerritt deleted the coverage branch January 10, 2024 12:14
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