-
Notifications
You must be signed in to change notification settings - Fork 39
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
Fail a test on purpose for workflow testing #2920
Fail a test on purpose for workflow testing #2920
Conversation
0d2d5ba
to
8fd1240
Compare
First attempt: Deliberately fail a test. Draft PR against latest master, from personal fork. No test results published... |
Second attempt: Rebased on an older commit that does not include #2914. Still no test results published. |
8fd1240
to
75811f6
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2920 +/- ##
=======================================
Coverage 60.25% 60.25%
=======================================
Files 602 602
Lines 44084 44084
=======================================
Hits 26565 26565
Misses 17519 17519 ☔ View full report in Codecov by Sentry. |
For another PR that isn't a draft my tests failed as well (after having succeeded before and test results being posted) and the test result comment was not updated. So it looks like the test results are not posted/updated no matter where the PR is/if it is draft or not, as long as the tests fail. |
Third attempt: Rebased back to current master. Fixed failing test. Now there is a CodeCov report, but still no test result published. |
75811f6
to
4ab2c80
Compare
Fourth attempt: Reset to initial conditions of first attempt, but move the PR out of draft mode. Still no test results published. |
Fourth attempt: Revert back to draft mode. Revert ignore rule for master branch in the publish workflows. Still no test results published |
tests are completed, closing |
No description provided.