Skip to content

Commit

Permalink
switch to Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
giangndm committed Nov 22, 2023
1 parent 965e797 commit 3cfbf3c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
uses: taiki-e/install-action@cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@v1
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
project-token: ${{ secrets.CODACY_PROJECT_TOKEN }}
coverage-reports: lcov.info
file: lcov.info

0 comments on commit 3cfbf3c

Please sign in to comment.