Skip to content

Commit

Permalink
fix codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromedockes committed Sep 21, 2023
1 parent 153d235 commit 64d37f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,10 @@ jobs:
working-directory: ${{ runner.temp }}
name: 'Run tests'
- uses: codecov/codecov-action@v3
with:
directory: ${{ runner.temp }}
if: success()
name: 'Upload coverage to CodeCov'
directory: ${{ runner.temp }}

run_nightly:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 64d37f9

Please sign in to comment.