Skip to content

Commit 35c241a

Browse files
Update codecov.yaml
1 parent 3aab476 commit 35c241a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/codecov.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@master
1414
- name: Upload Code Coverage
1515
uses: codecov/codecov-action@v3
16-
env:
17-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1816
with:
17+
token: ${{ secrets.CODECOV_TOKEN }}
1918
files: ./coverage.xml
19+
fail_ci_if_error: true
20+
verbose: true

0 commit comments

Comments
 (0)