Merge pull request #21 from jwetzell/dependabot/github_actions/codecov/codecov-action-6

Bump codecov/codecov-action from 5 to 6
This commit is contained in:
Joel Wetzell
2026-04-27 08:35:42 -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@v5
uses: codecov/codecov-action@v6
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: coverage.txt