Skip to content

Commit aebe541

Browse files
committed
removing token from codecov
1 parent 142716d commit aebe541

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: .github/workflows/validation.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ jobs:
3131
run: npm install
3232
- name: Mocha
3333
run: npm run test:only
34-
- name: Send coverage to codecov
34+
- name: Upload coverage to Codecov
3535
uses: codecov/codecov-action@v1
3636
with:
37-
token: ${{ secrets.CODECOV_TOKEN }}
38-
flags: unittests
37+
fail_ci_if_error: true

0 commit comments

Comments
 (0)