Skip to content

Commit

Permalink
invalid yaml file codecov fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck committed Mar 23, 2024
1 parent 26ccecb commit 32d36a0
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/pytests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,9 @@ jobs:
python -m pytest
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
working-directory: centerline_width
token: ${{ secrets.CODECOV_TOKEN }}
slug: cyschneck/centerline-width
fail_ci_if_error: false

uses: codecov/[email protected]
with:
working-directory: centerline_width
token: ${{ secrets.CODECOV_TOKEN }}
slug: cyschneck/centerline-width
fail_ci_if_error: false

0 comments on commit 32d36a0

Please sign in to comment.