ci: update codecov

This commit is contained in:
Slug-Boi
2026-04-28 11:38:48 +02:00
parent a4e87fa465
commit e100bf5d4d
+1 -1
View File
@@ -24,7 +24,7 @@ jobs:
- name: Generate Coverage Report - name: Generate Coverage Report
run: CI=true go test -coverprofile=coverage.txt ./... run: CI=true go test -coverprofile=coverage.txt ./...
- name: Upload coverage reports to Codecov - name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5 uses: codecov/codecov-action@v6
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
continue-on-error: true continue-on-error: true