Skip to content

Commit

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

chore(deps): bump codecov/codecov-action from 4.6.0 to 5.1.2
  • Loading branch information
vinny-sabatini authored Dec 23, 2024
2 parents 737b0b4 + 2256104 commit 4035f4d
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 @@ -31,7 +31,7 @@ jobs:
- name: Test
run: make test-unit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.6.0
uses: codecov/codecov-action@v5.1.2
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
Expand Down

0 comments on commit 4035f4d

Please sign in to comment.