Skip to content

Commit

Permalink
🤖 ci: add codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
YounesOMK committed Dec 22, 2023
1 parent 22e1d60 commit 6901817
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,10 @@ jobs:
- name: Test with unittest
run: |
poetry run python -m unittest -v
poetry run coverage run -m unittest discover -v
poetry run coverage xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 6901817

Please sign in to comment.