aboutsummaryrefslogtreecommitdiffstats
path: root/.circleci
diff options
context:
space:
mode:
authorPaweł Bylica <chfast@gmail.com>2018-07-25 04:27:08 +0800
committerPaweł Bylica <chfast@gmail.com>2018-08-07 18:54:05 +0800
commit3f2539de048b331b7df486e854fefa1801c8cbe8 (patch)
tree0ea3f673232deaaf33c24b5eba6d180b018e4c44 /.circleci
parentae0959ae125ac2ae7084041a87c0736a8e7df6c6 (diff)
downloaddexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar
dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar.gz
dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar.bz2
dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar.lz
dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar.xz
dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.tar.zst
dexon-solidity-3f2539de048b331b7df486e854fefa1801c8cbe8.zip
Add codecov config
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
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