Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 3.1.5 to 4.2.0
  • Loading branch information
vinny-sabatini authored Apr 5, 2024
2 parents b03abce + d7d0b25 commit c457315
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
- name: Test
run: make test-unit
- name: Upload coverage to Codecov
uses: codecov/[email protected]
uses: codecov/[email protected]
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true
files: ./coverage.txt
Expand Down

0 comments on commit c457315

Please sign in to comment.