Skip to content

Commit

Permalink
Undo temp change
Browse files Browse the repository at this point in the history
  • Loading branch information
pamella committed Jul 15, 2024
1 parent d3aa499 commit 9cbbe35
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,19 +91,19 @@ jobs:
COVERALLS_FLAG_NAME: node-coverage
COVERALLS_PARALLEL: true

# - name: Coveralls Parallel
# uses: coverallsapp/github-action@v2
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# parallel: true
# flag-name: node-coverage
# allow-empty: true
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COVERALLS_SERVICE_NAME: "github-actions"
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
# COVERALLS_FLAG_NAME: node-coverage
# COVERALLS_PARALLEL: true
- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
flag-name: node-coverage
allow-empty: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
COVERALLS_SERVICE_NAME: "github-actions"
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_FLAG_NAME: node-coverage
COVERALLS_PARALLEL: true

coveralls:
name: Coveralls
Expand Down

0 comments on commit 9cbbe35

Please sign in to comment.