Skip to content

Commit

Permalink
Remove coveralls (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
danerwilliams committed Aug 17, 2023
1 parent 8503eda commit 9159fb3
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,6 @@ jobs:
run: git --version
- name: Test
run: yarn workspace @withgraphite/graphite-cli run test-ci
- name: Upload coverage
uses: withgraphite/upload-code-coverage-action@main
continue-on-error: true
with:
repo: graphite-cli
org: withgraphite
sha: ${{ github.sha }}
github-token: ${{ secrets.github_token }}
path-to-lcov: "./apps/cli/coverage/lcov.info"
- name: Coveralls Parallel
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.github_token }}
path-to-lcov: "./apps/cli/coverage/lcov.info"

superlinter:
name: 'Run superlinter'
Expand Down

0 comments on commit 9159fb3

Please sign in to comment.