Skip to content

Commit

Permalink
Merge pull request #239 from eclecticiq/interrogate-114-workaround
Browse files Browse the repository at this point in the history
Drop interrogate target by 0.1
  • Loading branch information
erwin-eiq committed Aug 26, 2022
2 parents 7f58505 + ac89c99 commit 94eccc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/interrogate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
- name: Install interrogate
run: pip install -r head/requirements-interrogate.txt
- name: Run interrogate on base branch for baseline
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
- name: Run interrogate on head branch to check coverage didn't drop
run: interrogate --fail-under=${{ env.old_cov }} head/opentaxii

0 comments on commit 94eccc9

Please sign in to comment.