Skip to content

Commit 1d7da5c

Browse files
authored
Merge pull request #10 from wattai/Add-codecov-worflow
Add codecov workflow for badge activation
2 parents c5d026b + 2b5a3ee commit 1d7da5c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,8 @@ jobs:
7070
7171
- name: Run tests with pytest
7272
run: pytest --cov --cov-report=xml
73+
74+
- name: Upload results to Codecov
75+
uses: codecov/codecov-action@v4
76+
with:
77+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)