Skip to content

Commit

Permalink
downgraded codecov action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
zussel committed May 1, 2024
1 parent 77415d2 commit 2f2f36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ jobs:
- name: Test
working-directory: ${{github.workspace}}/build
run: ctest --verbose -C ${{env.BUILD_TYPE}}
- uses: codecov/codecov-action@v4
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
directory: ${{github.workspace}}/build
verbose: true # optional (default = false)
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2f2f36f

Please sign in to comment.