Skip to content

Commit f6d5cae

Browse files
authored
Merge pull request #36 from sp-yduck/dot-github
remove with from cover.yaml
2 parents 67a0867 + fcd3db0 commit f6d5cae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/cover.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ jobs:
99
steps:
1010
- uses: actions/checkout@master
1111
- run: "make test-cover"
12-
- uses: codecov/codecov-action@v2
13-
with:
14-
file: ./coverage.out
15-
fail_ci_if_error: true
12+
- uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)