1
0
mirror of https://github.com/IceWhaleTech/CasaOS.git synced 2025-07-15 23:54:17 +02:00

fix: fix codecov action run fail (#1567)

This commit is contained in:
CorrectRoadH
2023-12-21 15:14:36 +08:00
committed by GitHub
parent 6f722b3506
commit 718a08eab2

View File

@ -20,6 +20,8 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: "1.20"
- name: generate OPENAPI
run: go generate
- name: Run coverage
run: go test -race -failfast -coverprofile=coverage.txt -covermode=atomic -v ./...
- name: Upload coverage to Codecov