codecov 1.0.0 copy "codecov: ^1.0.0" to clipboard
codecov: ^1.0.0 copied to clipboard

Generates lcov and/or HTML coverage reports for Dart projects. (UNIX only)

example/lib/example.dart

String sayHello(String name) {
  if (name == "") {
    return 'invalid name: $name';
  } else {
    var msg = 'hello $name';
    return msg;
  }
}

String sayGoodbye(String name) {
  if (name == "") {
    return '';
  } else {
    var msg = 'goodbye $name';
    return msg;
  }
}
2
likes
15
pub points
0%
popularity

Publisher

verified publishercodecov.io

Generates lcov and/or HTML coverage reports for Dart projects. (UNIX only)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, logging, path

More

Packages that depend on codecov