All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- added statistic-server check-coverage for independent checking of coverage diff with server
- added support for coverage threshold (option to fail push if coverage not meet threshold)
- aggregate / on go coverage files
- :allow-decreasing-coverage feature (option to fail push if coverage decreases)
- command line argument for prefix in test-need analysis
- better git handling in test-need analysis
- some more tests added
- test-need analysis now outputs csv (instead of console output)
- update to clojure 1.8.0
##[0.6.2] - 2016-03-15
- regex matching for jacoco aggregate not working correctly
##[0.6.1] - 2016-03-14
- jacoco aggregation does not convert packages to pattern
- refactored analysis module to be inside test-mate module
##[0.6.0] - 2016-03-13
- aggregate coverage now allows regular expressions (jacoco-format only)
- tests for statistic-server command and core module
- added log output to the statistic-server publish-coverage command
- legacy emma xml support (implemented for cloverage output)
- broken package aggregation for jacoco reports
- Cobertura v4 coverage data aggregation support
- configuration can be set via system property fdc.test-mate.config.file
##[0.2.0] - unknown
- Interfacing with fdc-test-statistic server functionality