-
Notifications
You must be signed in to change notification settings - Fork 25
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 fixture containing some prod5 irfs from zenodo #211
Conversation
Co-authored-by: Maximilian Linhoff <maximilian.linhoff@tu-dortmund.de>
Codecov ReportBase: 91.05% // Head: 91.08% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #211 +/- ##
==========================================
+ Coverage 91.05% 91.08% +0.03%
==========================================
Files 41 43 +2
Lines 1699 1716 +17
==========================================
+ Hits 1547 1563 +16
- Misses 152 153 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
These files should also be added to gitignore or stored in a place outside the repo |
This intends to add a fixture for future unit-testing containing some of the prod5 irfs published on zenodo. Since downloading the files each time a new github action is triggered is time-consuming we try to cache things using github's action/cache.
ATM this PR is intended to do some live-testing with github's CI. I undraft it once everything works.
Edit: Everything should be working now