Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upload Coverage Results
Browse files Browse the repository at this point in the history
vissarion committed Feb 27, 2020

Verified

This commit was signed with the committer’s verified signature.
musmanikram usman ikram
1 parent c1436fa commit 9b01ec6
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
@@ -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;
@@ -22,3 +23,4 @@ jobs:
cmake ../test;
make;
ctest -j8 --verbose;

0 comments on commit 9b01ec6

Please sign in to comment.