Skip to content

Commit

Permalink
disable coverage temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-yoshi committed Nov 28, 2024
1 parent 3dc4d7d commit 8815c56
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,12 @@ jobs:
- id: test
name: Run tests
run: cargo +nightly test --all --all-features
- id: coverage
name: Generate Coverage Report
uses: alekitto/grcov@v0.2

- name: Coveralls upload
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ${{ steps.coverage.outputs.report }}
# - id: coverage
# name: Generate Coverage Report
# uses: alekitto/grcov@v0.2
#
# - name: Coveralls upload
# uses: coverallsapp/github-action@master
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# path-to-lcov: ${{ steps.coverage.outputs.report }}

0 comments on commit 8815c56

Please sign in to comment.