Adds Codecov

This commit is contained in:
2025-04-11 23:49:47 -03:00
parent df1df0daab
commit 21e64be29b
3 changed files with 93 additions and 1 deletions

View File

@@ -37,6 +37,12 @@ jobs:
- name: Run tests
run: uv run poe tests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
if: matrix.python-version == '3.10'
publish:
name: publish
runs-on: ubuntu-latest