Skip to content

Commit

Permalink
✨ Add Github Workflows !
Browse files Browse the repository at this point in the history
  • Loading branch information
Reversedeer committed Feb 3, 2025
1 parent 18f0123 commit c1965f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
run: |
poetry run pytest --cov-branch --cov-report=xml -v tests/
- name: Generate coverage report
run: poetry run coverage xml

- name: Upload results to Codecov
uses: codecov/codecov-action@v5
with:
Expand Down

0 comments on commit c1965f3

Please sign in to comment.