Skip to content

Commit 43f552f

Browse files
committed
reduce coverage requirement
1 parent 96741e0 commit 43f552f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/generator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ jobs:
3131
pytest .generator
3232
- name: Check coverage
3333
run: |
34-
pytest --cov=. --cov-report=term-missing --cov-fail-under=100
34+
pytest --cov=. --cov-report=term-missing --cov-fail-under=95
3535
working-directory: .generator

0 commit comments

Comments
 (0)