Skip to content

Commit

Permalink
Upload Coverage Results
Browse files Browse the repository at this point in the history
  • Loading branch information
vissarion committed Feb 27, 2020
1 parent c1436fa commit c267f17
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ jobs:
parallelism: 4
steps:
- checkout
- run:
- run:
curl -s https://codecov.io/bash | bash -s --
sudo apt-get update || true;
sudo apt-get install cmake lp-solve;
rm -rf build;
Expand All @@ -22,3 +23,4 @@ jobs:
cmake ../test;
make;
ctest -j8 --verbose;

0 comments on commit c267f17

Please sign in to comment.