Skip to content

Releases: codacy/codacy-coverage-reporter

14.0.2: Merge pull request #511 from codacy/normalize-backslashes

27 Aug 13:27
5d31406
Compare
Choose a tag to compare
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

23 Jul 12:55
48f0bec
Compare
Choose a tag to compare
Make the count property optional on line node for clover parser

14.0.0: breaking: Update to Scala `3.3.3` (#507)

14 Jun 14:32
9642dc1
Compare
Choose a tag to compare
* 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

03 Jun 15:58
5cad31b
Compare
Choose a tag to compare
use toLowerCase to compare all files and paths

13.16.7: Merge pull request #503 from codacy/path-fixing-ignore-case

24 May 10:23
9992245
Compare
Choose a tag to compare

13.16.6: Merge pull request #501 from codacy/improve-path-fixing-algo

09 Apr 15:12
47e73b6
Compare
Choose a tag to compare
fix: Improve algorithm of path fixing ALA-975

13.16.5: Revert "fix: Remove coverage for now" (#498)

25 Mar 17:07
4f67ee3
Compare
Choose a tag to compare
* Revert "fix: Remove coverage for now"

This reverts commit 85fe6a1ae6e4022188e2a8d05600c5ed5c1c7642.

* fix: Use local reporter to sent report to Codacy

13.16.4

25 Mar 15:59
Compare
Choose a tag to compare
fix: Remove coverage for now

13.16.3

25 Mar 14:45
9cc735f
Compare
Choose a tag to compare
clean: Replace scalaj with sttp (#496)

13.16.2

25 Mar 14:23
5e8b907
Compare
Choose a tag to compare
bump: Update case-app to 2.1.0-M26 (#494)