Skip to content

Commit

Permalink
build: code-coverage stat
Browse files Browse the repository at this point in the history
  • Loading branch information
koulanurag committed Feb 19, 2024
1 parent edf4458 commit c282339
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,9 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
pytest -v --xdoc --cov=./ --cov-report=xml
pytest -v --xdoc --cov=./ --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
env:
token: ${{ secrets.CODECOV_TOKEN }}
slug: koulanurag/maze-world

0 comments on commit c282339

Please sign in to comment.