Skip to content

Commit

Permalink
Merge pull request #135 from KohlsTechnology/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/codecov/codecov-action-3.1.5

chore(deps): bump codecov/codecov-action from 3.1.4 to 3.1.5
  • Loading branch information
vinny-sabatini authored Jan 30, 2024
2 parents efc73c7 + 86f1d10 commit 959f7eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Test
run: make test-unit
- name: Upload coverage to Codecov
uses: codecov/[email protected].4
uses: codecov/[email protected].5
with:
fail_ci_if_error: true
files: ./coverage.txt
Expand Down

0 comments on commit 959f7eb

Please sign in to comment.