mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-09-27 05:06:02 +08:00
fix coverage reporting
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
run: |
|
||||
sudo --preserve-env \
|
||||
env "PATH=$PATH" \
|
||||
go test -v ./...
|
||||
go test -coverprofile coverage.out -v ./...
|
||||
|
||||
- uses: reviewdog/action-staticcheck@v1
|
||||
with:
|
||||
|
Reference in New Issue
Block a user