-
Notifications
You must be signed in to change notification settings - Fork 375
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
test(ci): coverpkg=gno.land/... for txtar tests #3088
Conversation
Signed-off-by: moul <94029+moul@users.noreply.github.com>
e1e7fec
to
f0b76f7
Compare
I tried something more generic in There is a chance that this PR could work since it only applies to side note: why is this PR not triggering test jobs? |
Signed-off-by: moul <94029+moul@users.noreply.github.com>
Probably because of 629fef9 :) |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3088 +/- ##
==========================================
+ Coverage 63.33% 63.74% +0.40%
==========================================
Files 548 548
Lines 78680 78680
==========================================
+ Hits 49835 50153 +318
+ Misses 25481 25143 -338
- Partials 3364 3384 +20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Alternative option: #3090 |
Reporting my 2c from signal: I personally think it's fine if txtar tests aren't counted for coverage. Two reasons:
I'd prefer if we kept txtar tests to something similar to #2159, ie. integreation-testing common user flows, and then regression tests for complex bugs and behaviours which are hard to test. |
Note: I'm uncertain about what will happen after the merge.
Fixes #3085
Addresses #3003