Skip to content

Commit

Permalink
Merge #37
Browse files Browse the repository at this point in the history
37: gha: also upload coverage to codacy r=jmesmon a=jmesmon



Co-authored-by: Cody P Schafer <dev@codyps.com>
  • Loading branch information
bors[bot] and codyps committed Dec 14, 2020
2 parents b7a2892 + 05f135b commit 2eda3c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ jobs:
- run: curl -L https://github.com/mozilla/grcov/releases/latest/download/grcov-linux-x86_64.tar.bz2 | tar jxf -
- run: ./grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore "/*" -o lcov.info
- run: bash <(curl -s https://codecov.io/bash) -f lcov.info
- run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r lcov.info
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}

0 comments on commit 2eda3c4

Please sign in to comment.