-
Notifications
You must be signed in to change notification settings - Fork 1
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
ci: add testing on latest #145
Conversation
cb6a81e
to
12a0637
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #145 +/- ##
=======================================
Coverage 68.45% 68.45%
=======================================
Files 16 16
Lines 875 875
Branches 126 126
=======================================
Hits 599 599
Misses 250 250
Partials 26 26 ☔ View full report in Codecov by Sentry. |
b4c5e76
to
f6e2a7d
Compare
- server: mir_demo_server | ||
channel: null | ||
|
||
- server: mir_demo_server | ||
channel: null | ||
ppa: mir-team/dev |
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.
Why have mir_demo_server
listed twice with and without a ppa? I assume the one without a ppa uses the stable version and the one with uses the most recent one?
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.
Exactly, yes.
- server: null | ||
channel: null | ||
mark: self |
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.
What does this do?
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.
This runs only the self tests, those marked with @pytest.mark.self
. And measures coverage on them. So no server is involved - hence no channel.
No description provided.