diff --git a/.github/workflows/continuous-ubuntu.yml b/.github/workflows/continuous-ubuntu.yml index a6144eee..c85abae8 100644 --- a/.github/workflows/continuous-ubuntu.yml +++ b/.github/workflows/continuous-ubuntu.yml @@ -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