Skip to content

Commit

Permalink
Release 1.6.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
rolandtritsch committed Dec 23, 2023
1 parent 3fd4974 commit 420787b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.6.5 - 2024-01-01

* Upgrade to 3.3.2 (to take advantage of the coverage fix)

# 1.6.4 - 2023-10-01

* Upgrade to latest versions
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Coverage Status][coveralls-badge]][coveralls-status]
[![coveralls-badge][]][coveralls-status]

# scoverage samples

Expand All @@ -20,7 +20,7 @@ Afterwards you can find the report in ...

```
./target/scala-2.13/scoverage-report/index.html
./target/scala-3.3.1/scoverage-report/index.html
./target/scala-3.3.2-RC1/scoverage-report/index.html
```

You can also upload the report to [coveralls][] by running ...
Expand Down

0 comments on commit 420787b

Please sign in to comment.