Skip to content

Commit

Permalink
chore: Remove parallel coveralls since not in matrix (#561) (#567)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Schonning <nschonni@gmail.com>
  • Loading branch information
Jason3S and nschonni authored Nov 13, 2020
1 parent 4144800 commit c0cd6f6
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,87 +25,64 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/cspell/coverage/lcov.info
flag-name: cspell
parallel: true

- name: Coveralls cspell-glob
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/cspell-glob/coverage/lcov.info
flag-name: cspell-glob
parallel: true

- name: Coveralls cspell-io
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/cspell-io/coverage/lcov.info
flag-name: cspell-io
parallel: true

- name: Coveralls cspell-lib
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/cspell-lib/coverage/lcov.info
flag-name: cspell-lib
parallel: true

- name: Coveralls cspell-tools
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/cspell-tools/coverage/lcov.info
flag-name: cspell-tools
parallel: true

- run: head ./packages/cspell-tools/coverage/lcov.info

- name: Coveralls cspell-trie
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/cspell-trie/coverage/lcov.info
flag-name: cspell-trie
parallel: true

- name: Coveralls cspell-trie-lib
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/cspell-trie-lib/coverage/lcov.info
flag-name: cspell-trie-lib
parallel: true

- run: head ./packages/cspell-trie-lib/coverage/lcov.info

- name: Coveralls cspell-trie2-lib
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/cspell-trie2-lib/coverage/lcov.info
flag-name: cspell-trie2-lib
parallel: true

- name: Coveralls cspell-util-bundle
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ./packages/cspell-util-bundle/coverage/lcov.info
flag-name: cspell-util-bundle
parallel: true

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
directory: ./packages/*/coverage/

finished:
needs: coverage
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v1.1.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

0 comments on commit c0cd6f6

Please sign in to comment.