Releases: codacy/codacy-coverage-reporter
Releases · codacy/codacy-coverage-reporter
14.0.6: Merge pull request #517 from codacy/add_codacy_reporter_options
Add CODACY_REPORTER_OPTIONS to get.sh and document it
14.0.5: Merge pull request #516 from codacy/add-skip-ssl-flag
[TCE-1203] Add Skip SSL Flag
14.0.4: Merge pull request #515 from codacy/revert-jgit-version
revert jgit version
14.0.3: Merge pull request #514 from codacy/bump-jgit
14.0.2: Merge pull request #511 from codacy/normalize-backslashes
add a method to normalize paths from different environments, especially Windows environments because some reports might be created with backslashes
14.0.1: Merge pull request #509 from codacy/fix-clover-parser
Make the count property optional on line node for clover parser
14.0.0: breaking: Update to Scala `3.3.3` (#507)
* breaking: Update to Scala `3.3.3` Scala 3 case-app doesn't depend on shapeless anymore, which should reduce the binary size This also updates dependencies to their Scala 3 compatible counterpart - case-app is updated to `2.1.0-M28` - airframe-log is updated to `24.6.0` - airframe-log is updated to `24.6.0` - `mockito` is replaced with `scalamock` which supports scala 3 - `scalatest` is updated to `3.2.18` - `play-json` is updated to `2.10.5` - `codacy-plugins-api` is updated to `8.1.4` - `scala-xml` is updated to `2.3.0` * fix: Add `= None` to optional configs as required by case-app on Scala 3 * fix: Revert circle changes * fix: Use LazyList to keep lazy semantics
13.16.8: Merge pull request #505 from codacy/path-fixing-ignore-case
use toLowerCase to compare all files and paths
13.16.7: Merge pull request #503 from codacy/path-fixing-ignore-case
tce-982 Ignore cases in path-fixing
13.16.6: Merge pull request #501 from codacy/improve-path-fixing-algo
fix: Improve algorithm of path fixing ALA-975