Skip to content

Commit

Permalink
Merge pull request #220 from permafrost-dev/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-4.6.0

Bump codecov/codecov-action from 4.5.0 to 4.6.0
  • Loading branch information
github-actions[bot] authored Oct 2, 2024
2 parents f3655e3 + 03f57d8 commit 0b290d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
run: npm run test -- --coverage --coverageReporters json

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v4.6.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage/coverage-final.json
Expand Down

0 comments on commit 0b290d9

Please sign in to comment.