-
Notifications
You must be signed in to change notification settings - Fork 1
Fine-tune codecov config and increase coverage #40
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #40 +/- ##
==========================================
- Coverage 95.93% 92.88% -3.06%
==========================================
Files 16 6 -10
Lines 3467 1138 -2329
Branches 0 203 +203
==========================================
- Hits 3326 1057 -2269
+ Misses 141 45 -96
- Partials 0 36 +36 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This is probably needed because of SOAP dependency: https://codecov.freshdesk.com/support/solutions/articles/43000593943-files-not-showing-in-codecov-fixing-paths- Or I wonder if there's a better solution to making the SOAP script available... |
Because we have SOAP and swiftgalaxy repos side by side in CI we need to tell codecov to consider e.g. swiftgalaxy/swiftgalaxy/reader.py as swiftgalaxy/reader.py
100% coverage is within reach. Still need to go through iterator.py and halo_catalogues.py, but setting those aside for now, this is merge-able. |
Seems like because swiftgalaxy exists in a subdirectory in CI this needs a prefix in the ignored paths.
Also codecov interface can't pull up source code.