Skip to content

Commit ac89c99

Browse files
committed
Drop interrogate target by 0.1
This is temporary workaround for econchick/interrogate#114
1 parent 7f58505 commit ac89c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/interrogate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ jobs:
2222
- name: Install interrogate
2323
run: pip install -r head/requirements-interrogate.txt
2424
- name: Run interrogate on base branch for baseline
25-
run: echo "old_cov=$(head/.github/workflows/interrogate.sh base/opentaxii)" >> $GITHUB_ENV
25+
run: echo "old_cov=$(echo $(head/.github/workflows/interrogate.sh base/opentaxii) - '0.1' | bc)" >> $GITHUB_ENV
2626
- name: Run interrogate on head branch to check coverage didn't drop
2727
run: interrogate --fail-under=${{ env.old_cov }} head/opentaxii

0 commit comments

Comments
 (0)