Skip to content

Commit

Permalink
Merge pull request #1 from johnwslee/upgrade
Browse files Browse the repository at this point in the history
updates the version of codecov
  • Loading branch information
johnwslee committed Jun 7, 2023
2 parents c464d43 + cd675e9 commit cc30826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

# Step 7. Use Codecov to track coverage
- name: Use Codecov to track coverage
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./coverage.xml # coverage report
fail_ci_if_error: true # terminate workflow if there's an error
Expand Down

0 comments on commit cc30826

Please sign in to comment.