Skip to content

Commit

Permalink
chore: temporary disable coveralls uploads until end of outage
Browse files Browse the repository at this point in the history
  • Loading branch information
ybonnefond committed Sep 21, 2021
1 parent 17368e6 commit 39ca704
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ jobs:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
COVERALLS_REPO_TOKEN: "${{ secrets.COVERALLS_REPO_TOKEN }}"
COVERALLS_GIT_BRANCH: "${{ github.ref }}"
- name: "Upload Coverage"
uses: coverallsapp/[email protected]
with:
parallel: true
flag-name: run-${{ matrix.test_number }}
github-token: ${{ secrets.GITHUB_TOKEN }}
# - name: "Upload Coverage"
# uses: coverallsapp/[email protected]
# with:
# parallel: true
# flag-name: run-${{ matrix.test_number }}
# github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "Release"
run: |
USE_LOCAL_EXTENDS=1 node ./bin/release
Expand Down

0 comments on commit 39ca704

Please sign in to comment.