Compare commits

...

1 Commits

Author SHA1 Message Date
Thomas Carmet 5d4b51c7cc ARSN-51 fix 404 on file view with codecov.io 2022-01-19 15:32:59 -08:00
1 changed files with 1 additions and 1 deletions

View File

@ -73,6 +73,6 @@
"coverage": "yarn coverage_unit && yarn coverage_ft && yarn coverage_report",
"coverage_unit": "nyc --silent yarn test",
"coverage_ft": "nyc --silent --no-clean yarn ft_test",
"coverage_report": "nyc report --all --reporter=text-summary --reporter=lcov"
"coverage_report": "nyc report --all --reporter=text-summary --reporter=lcovonly"
}
}