Skip to content

Commit

Permalink
update testing percentage (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
varun646 authored Aug 26, 2024
2 parents 4a94aa5 + 87cac2c commit 49a0f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
- name: Test with pytest
run: |
pip install pytest pytest-cov
pytest tests/test_generation.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html --subset-percentage 0.05
pytest tests/test_generation.py --doctest-modules --junitxml=junit/test-results.xml --cov=com --cov-report=xml --cov-report=html --subset-percentage 0.01

0 comments on commit 49a0f05

Please sign in to comment.