Skip to content

Commit

Permalink
Update reusable_run_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfromearth authored Apr 9, 2024
1 parent 0c5f7f0 commit 00b03e9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/reusable_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ jobs:
- name: Run tests with coverage
run: |
poetry run pytest --cov=ncompare --cov-report=xml:build/reports/coverage${{ matrix.python-version }}.xml --cov-report=html:build/reports/coverage${{ matrix.python-version }}.html --cov-report= tests/
poetry run pytest --cov=ncompare --cov-report=xml:build/reports/coverage${{ matrix.python-version }}.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: build/reports/
fail_ci_if_error: true
verbose: true

0 comments on commit 00b03e9

Please sign in to comment.