Skip to content

Commit

Permalink
Use Markdown output
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Dec 31, 2023
1 parent cb39dc3 commit 59d4780
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ env:
sdist-artifact: python-package-distributions
sdist-name: environ_config-1.0.tar.gz

permissions:
contents: read
permissions: {}

jobs:
cog-check:
Expand Down Expand Up @@ -130,7 +129,7 @@ jobs:
python -Im coverage html --skip-covered --skip-empty
# Report and write to summary.
python -Im coverage report | sed 's/^/ /' >> $GITHUB_STEP_SUMMARY
python -Im coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
# Report again and fail if under 100%.
python -Im coverage report --fail-under=100
Expand Down

0 comments on commit 59d4780

Please sign in to comment.