Skip to content

Commit

Permalink
codecov attempt#4
Browse files Browse the repository at this point in the history
  • Loading branch information
scottshambaugh authored Dec 15, 2023
1 parent 9af8bc0 commit 86747a4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,15 +62,13 @@ jobs:
run: |
poetry run coverage run --source=mpl_stereo -m pytest
poetry run coverage report -m
poetry run coverage xml
poetry run coverage html
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
name: code-coverage-report
directory: htmlcov

- name: Archive code coverage results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 86747a4

Please sign in to comment.