feat(test-cli): always print full pytest command in ci & add to summary#2719
Open
danceratopz wants to merge 3 commits intoethereum:forks/amsterdamfrom
Open
feat(test-cli): always print full pytest command in ci & add to summary#2719danceratopz wants to merge 3 commits intoethereum:forks/amsterdamfrom
danceratopz wants to merge 3 commits intoethereum:forks/amsterdamfrom
Conversation
Check the `CI` environment variable so that `fill` (and other pytest-based commands) print the resolved `pytest ...` command line in GitHub Actions without requiring `-v`.
Add a "Debugging CI Failures" subsection to `docs/dev/test_actions_locally.md` pointing readers at the `Executing: pytest ...` line printed when `CI` is set, so failing Github Actions jobs can be reproduced locally without `gh act`.
When `$GITHUB_STEP_SUMMARY` is set, `PytestRunner` now also appends the resolved `pytest ...` invocation to the step summary as a fenced code block, so it can be copied from the Actions "Summary" panel of a failing run instead of scrolling through the log. Outside Github Actions the env var is unset and behavior is unchanged.
f0b62e1 to
286e5e7
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## forks/amsterdam #2719 +/- ##
===================================================
+ Coverage 84.72% 86.26% +1.53%
===================================================
Files 524 599 +75
Lines 31117 37038 +5921
Branches 3036 3795 +759
===================================================
+ Hits 26365 31949 +5584
- Misses 4181 4525 +344
+ Partials 571 564 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🗒️ Description
If pytest commands get
-vthey print the full pytest invocation (with ini file path, etc) to the console. This PR additionally enables this if the command is running in CI and also adds this command to the job's summary.🔗 Related Issues or PRs
N/A.
✅ Checklist
just statictype(scope):.Cute Animal Picture
🐭