diff options
author | Paweł Bylica <chfast@gmail.com> | 2018-07-25 04:27:08 +0800 |
---|---|---|
committer | Paweł Bylica <chfast@gmail.com> | 2018-08-07 18:54:05 +0800 |
commit | 3f2539de048b331b7df486e854fefa1801c8cbe8 (patch) | |
tree | 0ea3f673232deaaf33c24b5eba6d180b018e4c44 /.circleci | |
parent | ae0959ae125ac2ae7084041a87c0736a8e7df6c6 (diff) | |
download | dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar.gz dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar.zst dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.zip |
Add codecov config
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index a2e34b37..e3596d2b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -200,7 +200,7 @@ jobs: command: build/test/soltest -t 'syntaxTest*' -- --no-ipc --testpath test - run: name: Coverage of type checker - command: codecov --flags type_checker --gcov-root build + command: codecov --flags syntax --gcov-root build - run: *run_tests - run: name: Coverage of all |