-
Notifications
You must be signed in to change notification settings - Fork 7
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 non-package-related files, update links #41
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #41 +/- ##
==========================================
Coverage ? 78.43%
==========================================
Files ? 24
Lines ? 2323
Branches ? 549
==========================================
Hits ? 1822
Misses ? 364
Partials ? 137 Continue to review full report at Codecov.
|
@@ -8,7 +8,7 @@ jobs: | |||
runs-on: ubuntu-latest | |||
strategy: | |||
matrix: | |||
python-version: [3.8] | |||
python-version: [3.7, 3.8, 3.9] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
3.7 + 3.9 should suffice, no need to test all intermediate versions usually
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since tests here are pretty fast, I'd prefer going for all three.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Co-authored-by: Yannik Schälte <31767307+yannikschaelte@users.noreply.github.com>
Remove everything that is not related to the petab Python package. Closes #39