Merge pull request #91 from vmfunc/dependabot/github_actions/codecov/codecov-action-6

chore(deps): bump codecov/codecov-action from 5 to 6
This commit is contained in:
celeste
2026-04-24 00:37:55 -07:00
committed by GitHub
+1 -1
View File
@@ -43,7 +43,7 @@ jobs:
- name: run tests with coverage
run: go test -race -coverprofile=coverage.out -covermode=atomic ./...
- name: upload coverage to codecov
uses: codecov/codecov-action@v5
uses: codecov/codecov-action@v6
with:
files: ./coverage.out
fail_ci_if_error: false