Skip to content

Commit

Permalink
Bump diff-cover 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuLamiot committed Sep 10, 2024
1 parent 9853dd8 commit cba650b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-on_pr_main_bash.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,12 @@ jobs:
name: coverage-report-${{ github.run_id }}

- name: Install dependencies
run: pip install git+https://github.com/MathieuLamiot/diff_cover
run: pip install diff-cover

- name: Generate diff-coverage report
if: github.event_name == 'pull_request'
run: |
diff-cover coverage.xml --compare-branch=origin/${{ github.base_ref }} --markdown-report diff-cover-report.md --exclude test*.py --fail-under=50 --expand_coverage_report
diff-cover coverage.xml --compare-branch=origin/${{ github.base_ref }} --markdown-report diff-cover-report.md --exclude test*.py --fail-under=50 --expand-coverage-report
echo "DIFF_COVER_EXIT_STATUS=$?" >> $GITHUB_ENV
shell: bash

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ yarl==1.9.2
flask-slacksigauth==1.0.9
freezegun==1.2.2
pytest-cov==5.0.0
diff-cover==9.1.1
diff-cover==9.2.0

0 comments on commit cba650b

Please sign in to comment.