Skip to content

Commit

Permalink
Text tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Prescod committed Sep 19, 2022
1 parent 854c932 commit 20afcdf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,13 @@ jobs:
- name: Run Tests
run: |
python -m coverage run -m pytest
- name: Check Coverage
run: |
coverage xml
coverage report
git branch -a
diff-cover coverage.xml --fail-under 100 --compare-branch=origin/main --diff-range-notation=.. --show-uncovered --markdown-report coverage.md
echo "== Coverage ==" >> $GITHUB_STEP_SUMMARY
cat coverage.md >> $GITHUB_STEP_SUMMARY
faker_docs:
Expand Down

0 comments on commit 20afcdf

Please sign in to comment.