Skip to content

Commit

Permalink
feature: add codecov step to github actions pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
andiserg committed Mar 8, 2024
1 parent 922aa92 commit 2b4f1a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,9 @@ jobs:
pip install -e .[ci-tests]
- name: Test with pytest
run: |
pytest tests
pytest tests --cov
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: AndrewSergienko/costy

0 comments on commit 2b4f1a2

Please sign in to comment.