File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -14,4 +14,7 @@ install:
1414 - docker pull codingblocks/judge-worker-cpp
1515
1616script :
17- - npm run test
17+ - npm run cover
18+
19+ after_success :
20+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 11# Judge TaskMaster
22
3+ [ ![ Travis] ( https://img.shields.io/travis/coding-blocks/judge-taskmaster.svg?style=flat-square )] ( https://travis-ci.org/coding-blocks/judge-taskmaster )
4+ [ ![ Codecov] ( https://img.shields.io/codecov/c/github/coding-blocks/judge-taskmaster.svg )] ( https://codecov.io/gh/coding-blocks/judge-taskmaster )
5+
36## Environment Variables
47
58| Variable | Description | Default Value |
Original file line number Diff line number Diff line change 2727 " .js"
2828 ],
2929 "reporter" : [
30- " html " ,
31- " lcov "
30+ " text " ,
31+ " lcovonly "
3232 ],
3333 "sourceMap" : true
3434 },
You can’t perform that action at this time.
0 commit comments