Skip to content

Commit

Permalink
Merge pull request #2 from mdm-code/fix-ci
Browse files Browse the repository at this point in the history
Fixed codecov upload action in CI file
  • Loading branch information
mdm-code authored Jan 25, 2024
2 parents 3907d66 + 4cfec2d commit 856426f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
- name: Formatting
run: black manx tests

- name: Coverage upload
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit 856426f

Please sign in to comment.