Skip to content

Commit

Permalink
Try updated codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
eytanadler committed May 9, 2024
1 parent da8b3a8 commit 9cb8981
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/openconcept.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,12 @@ jobs:
- name: Upload coverage to Codecov
if: ${{ matrix.os == 'ubuntu-latest' }}
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# --- publish to PyPI
pypi:
needs: [build]
Expand Down

0 comments on commit 9cb8981

Please sign in to comment.