Skip to content

Commit

Permalink
Merge pull request #34 from KohlsTechnology/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/codecov/codecov-action-2.1.0

chore(deps): bump codecov/codecov-action from 1 to 2.1.0
  • Loading branch information
seanmalloy authored Nov 26, 2021
2 parents 763c4c2 + bc05520 commit f471e06
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 @@ -34,7 +34,7 @@ jobs:
- name: Test
run: make test-unit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2.1.0
with:
fail_ci_if_error: true
files: ./coverage.txt
Expand Down

0 comments on commit f471e06

Please sign in to comment.