Skip to content

Commit

Permalink
Merge pull request #20 from senseshift/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-4.6.0

⬆️ Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • Loading branch information
leon0399 authored Oct 10, 2024
2 parents 9e4bd89 + 5afdc09 commit 9557faa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ jobs:
name: code-coverage-report-${{ matrix.flags }}
path: cobertura.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
if: "!contains(github.event.head_commit.message, '[skip codecov]')"
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 9557faa

Please sign in to comment.