Skip to content

Commit a7ebf3e

Browse files
Added fail if code coverage below 90%
1 parent 1846820 commit a7ebf3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
pip install -e .[dev]
3232
- name: Test with pytest
3333
run: |
34-
pytest --cov=src test/hermes_toml_test
34+
pytest --cov=src test/hermes_toml_test --cov-fail-under=90

0 commit comments

Comments
 (0)