Skip to content

Commit

Permalink
Explicitly run conda's gcov
Browse files Browse the repository at this point in the history
  • Loading branch information
benmwebb committed Feb 28, 2023
1 parent 7b66cc2 commit ef8c625
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
cmake .. -DIMP_DIR=${CONDA_PREFIX}/lib/cmake/IMP -DUSE_PYTHON2=${PY2} -DCMAKE_CXX_FLAGS="-fprofile-arcs -ftest-coverage"
make
./setup_environment.sh pytest --cov=.. --cov-branch --cov-report=xml -v ../test/test_*.py test/*/*.py
${GCC/gcc/gcov} */*/*/*.gcno
- uses: codecov/codecov-action@v3
with:
gcov: true
Expand Down

0 comments on commit ef8c625

Please sign in to comment.