2
0
mirror of https://github.com/acepanel/panel.git synced 2026-02-04 13:47:15 +08:00

Merge branch 'renovate/codecov-codecov-action-4.x' into 'main'

chore(deps): Update codecov/codecov-action action to v4

See merge request opensource/panel!34
This commit is contained in:
耗子
2024-02-14 20:50:01 +00:00

View File

@@ -17,7 +17,7 @@ jobs:
- name: Run tests with coverage
run: go test -v -coverprofile="coverage.out" ./...
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage.out
token: ${{ secrets.CODECOV }}