grinder_coveralls 2.2.0
grinder_coveralls: ^2.2.0 copied to clipboard
Grinder plug-in collecting your code coverage as LCOV and uploading it to the Coveralls service.
Changelog #
2.2.0 #
- Updated the documentation.
- Updated the package dependencies.
2.1.1 #
- Deprecated this package.
2.0.0 #
- Breaking change: replaced the
collectFromDirectory(),collectFromFile()andcollectFromFiles()methods from theCollectorclass by therun()one. - Breaking change: using
globpatterns instead ofFileSystemEntityparameters for providing the list of files to be tested. - Raised the Dart SDK constraint.
- Replaced Travis CI by GitHub Actions for the continuous integration.
- Updated the package dependencies.
1.1.1 #
- Fixed the issue #2: a breaking change was introduced in the
coveragepackage. - Updated the package dependencies.
1.0.0 #
- First stable release.
- Raised the Dart SDK constraint.
- Using new language features: collection if and spread operator.
- Updated the package dependencies.
0.2.0 #
- Added unit tests.
- Updated the documentation.
0.1.0 #
- Initial release.