Skip to content

Commit

Permalink
updated CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dsiu committed Jul 25, 2023
1 parent 179a346 commit f4e7cd4
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ jobs:
- name: npm install
run: npm install

- name: npm run cleantest
run: npm run cleantest

- name: npm run cleancoverage
run: npm run cleancoverage

- name: Coveralls
uses: coverallsapp/github-action@master
with:
path-to-lcov: ./docs/coverage/lcov.info
github-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# path-to-lcov: ./docs/coverage/lcov.info
# github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f4e7cd4

Please sign in to comment.