Skip to content

Commit

Permalink
Use newer codecov.io action.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jul 12, 2024
1 parent 6b8691c commit c37a24a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,12 @@ jobs:
gcovr --sonarqube coverage.xml -r ..
- name: Upload Codecov.io
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
with:
directory: .
flags: unittests
fail_ci_if_error: true

# - name: Upload SonarCloud
# run: |
# build/sonar-scanner/bin/sonar-scanner -Dsonar.host.url=https://sonarcloud.io -Dproject.settings=.sonar-project.properties -Dsonar.login=${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit c37a24a

Please sign in to comment.