File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 26
26
- name : Publish to Codecov
27
27
uses : codecov/codecov-action@v2
28
28
with :
29
- files : coverage/lcov.info
29
+ files : coverage/lcov.info
30
+ fail_ci_if_error : true
Original file line number Diff line number Diff line change 9
9
"main" : " lib/bigdecimal.js" ,
10
10
"module" : " lib/bigdecimal.mjs" ,
11
11
"scripts" : {
12
- "test" : " mocha --require ts-node/register/transpile-only --require source-map-support/register -t 100000 test/**/**/*.js" ,
13
- "coverage" : " nyc npm run test" ,
12
+ "test" : " mocha --require ts-node/register --require source-map-support/register -t 100000 test/**/**/*.js" ,
13
+ "coverage" : " nyc --reporter=lcov npm run test" ,
14
14
"precompile" : " rimraf lib" ,
15
15
"compile" : " npm run compile:cjs && npm run compile:esm && npm run prepareESM" ,
16
16
"compile:esm" : " tsc --module es2020 --outDir lib/esm" ,
You can’t perform that action at this time.
0 commit comments