Skip to content

Commit

Permalink
without gcovr
Browse files Browse the repository at this point in the history
  • Loading branch information
vaithak committed Oct 15, 2021
1 parent a9621de commit d864d77
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,4 @@ jobs:
cmake -DDISABLE_NLP_ORACLES=ON -DUSE_MKL=OFF -DCODE_COVERAGE=ON ../test;
make;
ctest -j8 --verbose;
gcovr -r ../ . --html -o coverage.html;
- codecov/upload:
file: './build/coverage.html'
- codecov/upload

0 comments on commit d864d77

Please sign in to comment.