Skip to content

Commit

Permalink
Merge pull request #956 from SwedbankPay/dependabot/github_actions/co…
Browse files Browse the repository at this point in the history
…decov/codecov-action-4.1.0

Bump codecov/codecov-action from 4.0.1 to 4.1.0
  • Loading branch information
goldenraphti authored Mar 19, 2024
2 parents 77191f1 + f87ba55 commit 5e2bce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Tests and linting
run: npm run lint && npm run test:coverage

- uses: codecov/codecov-action@v4.0.1
- uses: codecov/codecov-action@v4.1.0
# with:
# files: ./coverage/lcov.info
# fail_ci_if_error: true
Expand Down

0 comments on commit 5e2bce5

Please sign in to comment.