Skip to content

Commit

Permalink
#75 #in_progress #comment add badge coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bfoujols committed Sep 3, 2022
1 parent 36736dc commit f79eba0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,8 @@ jobs:
uses: github/codeql-action/upload-sarif@v2
with:
sarif_file: results.sarif

- name: Code Coverage
run: |
export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}
bash <(curl -Ls https://coverage.codacy.com/get.sh)

0 comments on commit f79eba0

Please sign in to comment.