Merge pull request #47 from nicholas-fedor/dependabot/github_actions/codecov/codecov-action-61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e

chore(deps): bump codecov/codecov-action from 2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c to 61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e
This commit is contained in:
Nick Fedor 2025-02-03 22:09:43 -07:00 committed by GitHub
commit 44057ad111
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ jobs:
run: |
go test -v -coverprofile coverage.out -covermode atomic ./...
- name: Publish coverage
uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c
uses: codecov/codecov-action@61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e
with:
token: ${{ secrets.CODECOV_TOKEN }}
build:

View file

@ -30,7 +30,7 @@ jobs:
- name: Test
run: go test -v -coverprofile coverage.out -covermode atomic ./...
- name: Publish coverage
uses: codecov/codecov-action@2d2cd3c094b82daf4a85daabc9d1aba59a7dde3c
uses: codecov/codecov-action@61d31d2d5425eb33e2c4ece1abd1a27c7b26a48e
with:
token: ${{ secrets.CODECOV_TOKEN }}
publish: