Skip to content

Commit

Permalink
Merge pull request #10 from wattai/Add-codecov-worflow
Browse files Browse the repository at this point in the history
Add codecov workflow for badge activation
  • Loading branch information
wattai authored Nov 20, 2024
2 parents c5d026b + 2b5a3ee commit 1d7da5c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,8 @@ jobs:
- name: Run tests with pytest
run: pytest --cov --cov-report=xml

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

0 comments on commit 1d7da5c

Please sign in to comment.