Skip to content

Commit

Permalink
adjust codacy usage
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Jul 18, 2024
1 parent e7d991a commit 5c2d694
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ jobs:
if ${{ matrix.config == 'Release'}}; then
ctest -C ${{ matrix.config }}
else
export CODACY_PROJECT_TOKEN=6812888e69b348239217c607f514f024
export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}
make code_cover_gmds
bash <(curl -s https://codecov.io/bash)
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r code_cover_gmds.info
#bash <(curl -s https://codecov.io/bash)
#bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r code_cover_gmds.info
fi
Expand Down

0 comments on commit 5c2d694

Please sign in to comment.