Skip to content

Commit

Permalink
use coveralls without a token?
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Jan 4, 2025
1 parent 4747f06 commit a64129d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,6 @@ jobs:
run: |
cargo install cargo-tarpaulin
just coverage
env:
COVERALLS_TOKEN: ${{ secrets.COVERALLS_TOKEN }}
- uses: coverallsapp/github-action@v2
with:
path-to-lcov: coverage/cov_profile.lcov
2 changes: 1 addition & 1 deletion .justfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ default:

# Generate coverage/lcov.info
coverage:
cargo tarpaulin --engine ptrace -o lcov --output-dir coverage --coveralls $COVERALLS_TOKEN
cargo tarpaulin --engine ptrace -o lcov --output-dir coverage

0 comments on commit a64129d

Please sign in to comment.