Skip to content

Commit

Permalink
Third attempt to fix codecov (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
scaramallion committed May 9, 2024
1 parent fa4b29b commit 31be9fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
upload-coverage: false
uses: ./.github/workflows/tests_wf.yml
secrets:
codecov_token: $ {{ secrets.CODECOV_TOKEN }}
codecov_token: ${{ secrets.CODECOV_TOKEN }}
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
test-extras: false
uses: ./.github/workflows/tests_wf.yml
secrets:
codecov_token: $ {{ secrets.CODECOV_TOKEN }}
codecov_token: ${{ secrets.CODECOV_TOKEN }}
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 31be9fb

Please sign in to comment.