Skip to content

Commit

Permalink
Use coveralls github action
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Dec 27, 2023
1 parent 704fc71 commit 7976bd3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 660 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -28,6 +28,7 @@ jobs:

- run: npm run lint

- run: npm run test:coveralls
env:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- run: npm run test:coverage

- name: Coveralls
uses: coverallsapp/github-action@v2
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
node_modules
coverage
npm-debug.log
.nyc_output

0 comments on commit 7976bd3

Please sign in to comment.