We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88dadea commit 9a822c2Copy full SHA for 9a822c2
1 file changed
.github/workflows/validation.yml
@@ -31,8 +31,7 @@ jobs:
31
run: npm install
32
- name: Mocha
33
run: npm run test:only
34
- - name: Send coverage to codecov
+ - name: Upload coverage to Codecov
35
uses: codecov/codecov-action@v1
36
with:
37
- token: ${{ secrets.CODECOV_TOKEN }}
38
- flags: unittests
+ fail_ci_if_error: true
0 commit comments