We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f58505 commit ac89c99Copy full SHA for ac89c99
.github/workflows/interrogate.yml
@@ -22,6 +22,6 @@ jobs:
22
- name: Install interrogate
23
run: pip install -r head/requirements-interrogate.txt
24
- name: Run interrogate on base branch for baseline
25
- run: echo "old_cov=$(head/.github/workflows/interrogate.sh base/opentaxii)" >> $GITHUB_ENV
+ run: echo "old_cov=$(echo $(head/.github/workflows/interrogate.sh base/opentaxii) - '0.1' | bc)" >> $GITHUB_ENV
26
- name: Run interrogate on head branch to check coverage didn't drop
27
run: interrogate --fail-under=${{ env.old_cov }} head/opentaxii
0 commit comments