-
Notifications
You must be signed in to change notification settings - Fork 32
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
reorganize tests, make devdeps testing optional, and unpin latest Python testing #213
reorganize tests, make devdeps testing optional, and unpin latest Python testing #213
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #213 +/- ##
=======================================
Coverage 84.31% 84.31%
=======================================
Files 35 35
Lines 6452 6452
=======================================
Hits 5440 5440
Misses 1012 1012 ☔ View full report in Codecov by Sentry. |
02c7fcb
to
a6f4f60
Compare
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.
Some of the files listed a master
branch, but STCAL uses a main
branch. Is the use of master
in this PR correct?
6197885
to
712f0c0
Compare
github doesn't want to let me create a review, despite the fact that I've been tagged as a reviewer. |
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.
LGTM
Nevermind, it suddenly decided to let me review again. |
Resolves SCSB-79
This PR reorganizes CI tests and moves devdeps tests to a new optional workflow that can be started with the label
run devdeps tests
Checklist
added entry inCHANGES.rst
(either inBug Fixes
orChanges to API
)updated relevant documentation