coveralls 5.10.0
coveralls: ^5.10.0 copied to clipboard
Send LCOV and Clover coverage reports to the Coveralls service.
Changelog #
5.9.0 #
- Replaced the build system based on Grinder by PowerShell scripts.
- Updated the package dependencies.
5.8.0 #
- Updated the documentation.
- Updated the package dependencies.
5.5.0 #
- Added support for GitHub Actions.
- Added the
Configuration.merge()method. - Added the
Job.flagNameproperty. - Updated the package dependencies.
5.2.0 #
- Raised the Dart SDK constraint.
- Updated the package dependencies.
- Updated the URL of the default API endpoint.
5.1.0 #
- Updated the package dependencies.
- Updated the URL of the Git repository.
4.2.0 #
- Updated the package dependencies.
4.1.0 #
- Updated the package dependencies.
4.0.0 #
- Breaking change: the
Configuration.fromEnvironment()constructor is now an asynchronous static method. - Using deferred loading for the services.
- Updated the package dependencies.
3.2.0 #
- Added the
Optionsclass, used by the command line interface. - Raised the Dart SDK constraint.
- Updated the package dependencies.
3.1.0 #
3.0.0 #
- Breaking change: starting to use and support the Dart 2 SDK.
- Using optional
constandnew. - Updated the package dependencies.
2.1.0 #
- Updated the package dependencies.
2.0.1 #
- Fixed a bug: the CLI script doesn't run when using the
pub global runcommand.
2.0.0 #
- Breaking change: changed the signature of most class constructors.
- Breaking change: most class properties are now
final. - Raised the required Dart version.
- Breaking change: replaced the
-f|--filenamed argument of the CLI script by an anonymous argument (e.g.coveralls lcov.infoinstead ofcoveralls -f lcov.info) - Breaking change: the
versionproperty is now private. - Added support for Clover reports.
- Changed licensing for the MIT License.
- Replaced the
whichmodule bywhere. - Updated the package dependencies.
1.0.0 #
- First stable release.
0.3.0 #
- Updated the package dependencies.
0.2.0 #
- Updated the package dependencies.
0.1.1 #
- Updated the documentation.
0.1.0 #
- Initial release.