Skip to content

Commit

Permalink
Merge pull request #1532 from stripe/anniel-coveralls-update
Browse files Browse the repository at this point in the history
Update coveralls step to run for one node version, remove finish step
  • Loading branch information
anniel-stripe committed Aug 26, 2022
2 parents 0298722 + 966d8e9 commit 7d9972d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,19 +92,11 @@ jobs:

- name: Coveralls
run: yarn report && yarn coveralls
if: matrix.node == '18'
env:
GITHUB_TOKEN: ${{ secrets.github_token }}
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_PARALLEL: true
COVERALLS_FLAG_NAME: node-${{ matrix.node }}
COVERALLS_SERVICE_NUMBER: ${{ github.run_id }}

finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
run: curl "https://coveralls.io/webhook?repo_token=${{ secrets.GITHUB_TOKEN }}&repo_name=${{ github.repository }}" -d "payload[build_num]=${{ github.run_id }}&payload[status]=done"

publish:
name: Publish
Expand Down

0 comments on commit 7d9972d

Please sign in to comment.