Skip to content

Commit

Permalink
Merge pull request #52 from jepperaskdk/pr/reenable-codecov
Browse files Browse the repository at this point in the history
Re-enable codecov in CI
  • Loading branch information
jepperaskdk authored Aug 10, 2024
2 parents 62d822e + b6a95bf commit 5a52aa2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v2
Expand All @@ -41,8 +41,8 @@ jobs:
- name: Test with pytest and coverage
run: |
coverage run -m pytest
# - name: "Upload coverage to Codecov"
# uses: codecov/codecov-action@v4
# with:
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }} # required
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }} # required

0 comments on commit 5a52aa2

Please sign in to comment.