Merge pull request #25 from jwetzell/dependabot/github_actions/codecov/codecov-action-7

Bump codecov/codecov-action from 6 to 7
This commit is contained in:
Joel Wetzell
2026-06-10 11:37:11 -05:00
committed by GitHub
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
run: go test -v -coverprofile=coverage.txt .
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v6
uses: codecov/codecov-action@v7
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.txt