An open API service indexing awesome lists of open source software.

https://github.com/dnfield/coveralls.dart

Send Clover and LCOV coverage reports to the Coveralls service, in Dart.
https://github.com/dnfield/coveralls.dart

Last synced: about 1 year ago
JSON representation

Send Clover and LCOV coverage reports to the Coveralls service, in Dart.

Awesome Lists containing this project

README

          

# Coveralls for Dart
![Runtime](https://img.shields.io/badge/dart-%3E%3D2.1-brightgreen.svg) ![Release](https://img.shields.io/pub/v/coveralls.svg) ![License](https://img.shields.io/badge/license-MIT-blue.svg) ![Coverage](https://coveralls.io/repos/github/cedx/coveralls.dart/badge.svg) ![Build](https://travis-ci.com/cedx/coveralls.dart.svg)

Send [LCOV](http://ltp.sourceforge.net/coverage/lcov.php) and [Clover](https://www.atlassian.com/software/clover) coverage reports to the [Coveralls](https://coveralls.io) service, in [Dart](https://www.dartlang.org).

## Documentation
- [User guide](https://dev.belin.io/coveralls.dart)
- [API reference](https://dev.belin.io/coveralls.dart/api)

## Development
- [Git repository](https://github.com/cedx/coveralls.dart)
- [Pub package](https://pub.dartlang.org/packages/coveralls)
- [Submit an issue](https://github.com/cedx/coveralls.dart/issues)

## License
[Coveralls for Dart](https://dev.belin.io/coveralls.dart) is distributed under the MIT License.