Skip to content

Commit

Permalink
Disable coveralls until we have tests
Browse files Browse the repository at this point in the history
  • Loading branch information
binarymist committed Jun 19, 2022
1 parent 1cd59c6 commit 4aa0cf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- run: npm run build --if-present
- run: npm run lint
- run: npm run test:nolint
- run: npm run test:coveralls

- name: Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

# Until we have some tests, there is no point in running Coveralls, as it expects a non-empty lcov file which we can not provide with no tests. Details here: https://github.com/lemurheavy/coveralls-public/issues/1610
#- name: Coveralls
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ config.*.json
buildAndDeployCloudImages.sh
*.code-workspace

coverage/

0 comments on commit 4aa0cf3

Please sign in to comment.