Skip to content

Commit

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

Bump codecov/codecov-action from 4.3.1 to 4.4.0
  • Loading branch information
goldenraphti authored May 15, 2024
2 parents 8a47dc9 + aaedc89 commit 63b052b
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.3.1
- uses: codecov/codecov-action@v4.4.0
# with:
# files: ./coverage/lcov.info
# fail_ci_if_error: true
Expand Down

0 comments on commit 63b052b

Please sign in to comment.