Skip to content

Commit 85cbd0b

Browse files
committed
running tests only
1 parent 1b5d515 commit 85cbd0b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/validation.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ jobs:
3030
- name: Install dependencies
3131
run: npm install
3232
- name: Mocha
33-
run: npm run test --coverage
34-
- name: Coveralls
35-
uses: coverallsapp/github-action@v1.1.2
33+
run: npm run test:only
34+
- name: Send coverage to codecov
35+
uses: codecov/codecov-action@v1
3636
with:
37-
github-token: ${{ secrets.GITHUB_TOKEN }}
37+
token: ${{ secrets.CODECOV_TOKEN }}
38+
flags: unittests

0 commit comments

Comments
 (0)