PR Diff coverage tools for scala

Are there any good tools that do a diff coverage for PRs on scala project repos?

I know scoverage is the de-facto for getting code coverage overall for a scala project, but I am looking for tools or UI that do diff coverage for PRs.

I also know about codecov, but as far as I know codecov still relies on line coverage than statement coverage.

There’s Microsoft’s WinDiff, which is old but still included with many older versions of Visual Studio Express or Community Editions. WinDiff is used primarily with C and C++, but it will compare and highlight the differences in any two text files, (or directories of text files) as long as the differences are not too extensive. If you search for WinDiff.exe, you may find hundreds of copies on the Internet; most of them work. Test, test, test, and caveat emptor.