Releases: codacy/codacy-coverage-reporter
Releases · codacy/codacy-coverage-reporter
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
13.16.5: Revert "fix: Remove coverage for now" (#498)
* Revert "fix: Remove coverage for now" This reverts commit 85fe6a1ae6e4022188e2a8d05600c5ed5c1c7642. * fix: Use local reporter to sent report to Codacy
13.16.4
fix: Remove coverage for now
13.16.3
clean: Replace scalaj with sttp (#496)
13.16.2
bump: Update case-app to 2.1.0-M26 (#494)