Skip to content

Commit 2ccfe4b

Browse files
Abhishek's Macbook ProAbhishek's Macbook Pro
authored andcommitted
Merge branch 'master' of github-personal:abhishek72850/pyrock
2 parents c2cc5a2 + 35c241a commit 2ccfe4b

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)