Skip to content

Commit

Permalink
Print out the develop commit hash.
Browse files Browse the repository at this point in the history
  • Loading branch information
neerdoc committed Feb 14, 2024
1 parent 3be95d1 commit 8bd265c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/change-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@ jobs:
- name: Check coverage
run: |
TEST_INTEGRATION=true poetry run pytest doorstop --doctest-modules --cov=doorstop --cov-report=xml --cov-report=term-missing
TEST_INTEGRATION=true poetry run diff-cover ./coverage.xml --fail-under=100 --compare-branch=$(git for-each-ref --sort=-committerdate refs/heads/develop | cut -d ' ' -f1)
git for-each-ref --sort=-committerdate refs/heads/develop | cut -f 1 -d ' '
TEST_INTEGRATION=true poetry run diff-cover ./coverage.xml --fail-under=100 --compare-branch=$(git for-each-ref --sort=-committerdate refs/heads/develop | cut -f 1 -d ' ')

0 comments on commit 8bd265c

Please sign in to comment.