Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barrust committed May 13, 2024
1 parent cd7d788 commit eb97aef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
# Run tests while also generating coverage statistics
pytest --cov . --cov-report xml:/home/runner/coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: /home/runner/coverage.xml
fail_ci_if_error: true
verbose: true
token: ${{ secrets.CODECOV_TOKEN }} # required

build-verification:

Expand All @@ -64,4 +65,4 @@ jobs:
- uses: psf/black@stable
with:
# src: "./mediawiki/*"
version: "22.8.0"
version: "22.8.0"

0 comments on commit eb97aef

Please sign in to comment.