Skip to content

Commit

Permalink
codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
scottshambaugh authored Dec 15, 2023
1 parent b69e90b commit 6100b9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
poetry run coverage report -m
poetry run coverage html
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

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

0 comments on commit 6100b9e

Please sign in to comment.