-
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
tests: reorganize apps into servers and apps, rework the server fixture and add Miriway #110
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #110 +/- ##
==========================================
+ Coverage 65.19% 66.62% +1.43%
==========================================
Files 14 16 +2
Lines 770 809 +39
Branches 103 112 +9
==========================================
+ Hits 502 539 +37
- Misses 243 245 +2
Partials 25 25 ☔ View full report in Codecov by Sentry. |
2ba1046
to
015bdcf
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.
A single question, but makes sense to me!
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.
Makes sense to me!
Since we've moved files around (canonical/mir-ci#110), these broke. But also found a simpler way to list tests.
tests: reorganize apps into servers and apps, rework the server fixture and add Miriway
This adds a
ServerCap
flag to describe server capabilities and aservers(ServerCap)
selector to aid with test parametrization.