Skip to content

Commit

Permalink
Merge pull request #311 from C-Accel-CRIPT/lower-coverage-ci to 85%
Browse files Browse the repository at this point in the history
lowering coverage CI because it does not account for integration tests
  • Loading branch information
nh916 authored Sep 1, 2023
2 parents dac3c8c + 8e50ca1 commit 9d9f686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ jobs:
run: pip install -r requirements_dev.txt

- name: Test Coverage
run: pytest --cov --cov-fail-under=89
run: pytest --cov --cov-fail-under=85

0 comments on commit 9d9f686

Please sign in to comment.