Skip to content

Commit

Permalink
with codecov configured
Browse files Browse the repository at this point in the history
  • Loading branch information
Jashcraf committed Mar 9, 2024
1 parent fedcd20 commit d6b3784
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
run: |
pytest --cov
- name: Upload coverage reports to Codecov
run: |
# Replace `linux` below with the appropriate OS
# Options are `alpine`, `linux`, `macos`, `windows`
curl -Os https://uploader.codecov.io/latest/macos/codecov
chmod +x codecov
./codecov -t ${CODECOV_TOKEN}
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Jashcraf/katsu

0 comments on commit d6b3784

Please sign in to comment.