Skip to content

Commit 1f1fb64

Browse files
authored
added codecov to workflow
1 parent a1af9f4 commit 1f1fb64

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cowsay.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,7 @@ jobs:
2323
- name: Test with Pytest
2424
run: |
2525
pytest
26+
- name: Upload coverage reports to Codecov
27+
uses: codecov/codecov-action@v3
28+
env:
29+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)