Skip to content

Commit

Permalink
fix(codecov): updated codecov action and added verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
shinybrar committed Nov 8, 2024
1 parent e5dc399 commit 54ed5ff
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
codecov:
runs-on: ubuntu-latest
needs: tests
permissions:
id-token: write
steps:
-
name: Download coverage artifacts
Expand All @@ -51,10 +53,11 @@ jobs:
ls -lah $GITHUB_WORKSPACE
-
name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: jacocoTestReport.xml
flags: skaha-unittests-coverage
name: skaha-unittests-coverage
fail_ci_if_error: true
fail_ci_if_error: true
verbose: true

0 comments on commit 54ed5ff

Please sign in to comment.