Skip to content

Commit

Permalink
Add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan4253 committed Nov 28, 2023
1 parent f16bacb commit 6e53466
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@ jobs:
- name: Run unit test
run: |
pytest --cov=TenshiTranslator test/
pytest --cov=TenshiTranslator test/
- name: Upload Coverage
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
files: .coverage

0 comments on commit 6e53466

Please sign in to comment.