Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

Commit b673cf8

Browse files
committed
ci: fixed config coverage
1 parent 7fb98fe commit b673cf8

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

.github/workflows/go.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,7 @@ jobs:
5454
git status
5555
git diff --exit-code
5656
57-
- name: Codecov
58-
uses: codecov/codecov-action@v1.0.13
59-
with:
60-
token: ${{ secrets.CODECOV_TOKEN }}
61-
file: coverage.txt
62-
directory: ${{ env.WORKDIR }}
57+
- name: Upload coverage metrics
58+
working-directory: ${{ env.WORKDIR }}
59+
run: |
60+
bash <(curl -s https://codecov.io/bash) -X fix -f coverage.txt

0 commit comments

Comments
 (0)