Skip to content

Commit

Permalink
Merge pull request #2 from rustymotors/drazisil-codecov-patch-1
Browse files Browse the repository at this point in the history
chore(ci): add codecov
  • Loading branch information
drazisil-codecov authored Aug 13, 2024
2 parents ecfd74f + 77bea36 commit cefd1b8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,7 @@ jobs:
run: pdm install
- name: test project
run: make test

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit cefd1b8

Please sign in to comment.