Skip to content

Commit

Permalink
Update tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
framunoz authored May 7, 2024
1 parent bf7084d commit 7ca3e42
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,13 @@ jobs:
- name: Run tests
run: |
python -m pytest --durations=20 -v --doctest-modules --color=yes --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov with GitHub Action
uses: codecov/codecov-action@v3
- name: Upload coverage
uses: orgoro/coverage@v3.1
with:
coverageFile: coverage.xml
thresholdAll: 0.8
thresholdNew: 0.9
token: ${{ secrets.GITHUB_TOKEN }}

macos:

Expand Down

0 comments on commit 7ca3e42

Please sign in to comment.