We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aae06d commit 4f60cccCopy full SHA for 4f60ccc
.github/workflows/validation.yml
@@ -30,8 +30,9 @@ jobs:
30
- name: Install dependencies
31
run: npm install
32
- name: Mocha
33
- run: npm run test --coverage
34
- - name: Coveralls
35
- uses: coverallsapp/github-action@v1.1.2
+ run: npm run test:only
+ - name: Send coverage to codecov
+ uses: codecov/codecov-action@v1
36
with:
37
- github-token: ${{ secrets.GITHUB_TOKEN }}
+ token: ${{ secrets.CODECOV_TOKEN }}
38
+ flags: unittests
0 commit comments