Skip to content

Commit

Permalink
Not possible with shell expansion in gitlab actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
neerdoc committed Feb 14, 2024
1 parent e7436aa commit 3c741d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/change-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
run: make install

- name: Check coverage
run: make test-cover
run: 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)

0 comments on commit 3c741d3

Please sign in to comment.