Skip to content

Commit

Permalink
Merge branch 'main' into drazisil-codecov-patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil-codecov authored Aug 13, 2024
2 parents e31d421 + cefd1b8 commit 4421c0a
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 @@ -36,4 +36,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- 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 4421c0a

Please sign in to comment.