Skip to content

Commit

Permalink
revert: reduction of coverage %
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnasism committed Jan 17, 2024
1 parent b47be05 commit e8f7d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ jobs:
run: pip install -e '.[dev]'
- name: Run tests with coverage
run:
python -m pytest --cov=hotpdf -n=auto tests/ --cov-fail-under=95 --cov-report=
python -m pytest --cov=hotpdf -n=auto tests/ --cov-fail-under=98 --cov-report=
- name: Upload coverage to coveralls
uses: coverallsapp/[email protected]

0 comments on commit e8f7d0c

Please sign in to comment.