Skip to content

Commit

Permalink
Merge pull request #1707 from skaut/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5.0.7

Bump codecov/codecov-action from 5.0.2 to 5.0.7
  • Loading branch information
github-actions[bot] authored Nov 25, 2024
2 parents b6c493d + 8164ad6 commit 1369814
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
npm test
- name: "Upload coverage results"
uses: codecov/[email protected].2
uses: codecov/[email protected].7
with:
flags: collector
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
npm run test
- name: "Upload coverage results"
uses: codecov/[email protected].2
uses: codecov/[email protected].7
with:
flags: frontend
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit 1369814

Please sign in to comment.