Skip to content

Commit

Permalink
ubuntuCI: added lcov dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolaslg committed Oct 27, 2024
1 parent c13739f commit 8623a7e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
ctest -C ${{ matrix.config }}
else
export CODACY_PROJECT_TOKEN=${{ secrets.CODACY_PROJECT_TOKEN }}
source /spack/share/spack/setup-env.sh
spack load lcov
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
Expand Down

0 comments on commit 8623a7e

Please sign in to comment.