Skip to content

Commit 3ff5e7c

Browse files
committed
chore(scripts): Update coverage script
1 parent a51267f commit 3ff5e7c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/test-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- name: Cover report
7070
if: success()
7171
run: |
72-
bash <(curl -s https://codecov.io/bash)
72+
bash <(curl -s https://codecov.io/bash) -f ./coverage/full.cov
7373
7474
- name: Install GoReleaser
7575
uses: goreleaser/goreleaser-action@v2

scripts/coverage.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ tail -q -n +2 ./coverage/*.cov
2121
gocov convert ./coverage/full.cov > ./coverage/full.json
2222
gocov report ./coverage/full.json
2323
gocov-html ./coverage/full.json >./coverage/full.html
24-
cp ./coverage/full.cov coverage.out
2524
# open ./coverage/full.html
2625

2726
# go tool cover -html=./coverage/full.cov

0 commit comments

Comments
 (0)