Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
added codecov
  • Loading branch information
CalystaT authored Sep 8, 2023
1 parent 1aca228 commit 767ff89
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,9 @@ jobs:
- name: Run tests
run: pytest tests/unit_tests.py


- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 767ff89

Please sign in to comment.