Skip to content

Commit

Permalink
fix(CI): Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Michard committed Jul 25, 2022
1 parent 321af33 commit 8523788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/tezart
Expand Up @@ -132,7 +132,7 @@ tezart::run_coverage() {
dart run test --concurrency=1 --chain-stack-traces --coverage ./coverage
dart pub global activate coverage > /dev/null
export PATH="$PATH":"$HOME/.pub-cache/bin"
format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.packages --report-on=lib
format_coverage --lcov --in=coverage --out=coverage/lcov.info --packages=.dart_tool/package_config.json --report-on=lib

if [[ $CI != true ]]
then
Expand Down

0 comments on commit 8523788

Please sign in to comment.