Replies: 1 comment
-
|
Hi @bp-robin Apologies. Unfortunately the page you're referencing has a lot of inaccuracies. I'm going to remove it shortly to avoid future confusion. Currently, the way to see a pull request coverage comparison is by:
If you're using Qlty's coverage commit statuses, you'll receive a commit status on your PR which links you directly to this page, obviating the need to navigate manually. You may see a message saying we haven't received coverage for that pull request -- which would be the case if you haven't set up test coverage for that Project yet. This is something you'll need to do by integrating qlty with your CI scripts. Finally, there is a beta Chrome extension that enables you to see coverage diffs within GitHub as well. Let us know if you're interested. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
Perhaps I'm missing something. I can't seem to find a comparison of coverage between a pull request branch and the main branch. I get a statistic that indicates the coverage diff, but when I can't seem to find which lines of that file have changed coverage.
https://docs.qlty.sh/coverage/comparisons#in-pull-requests
The documentation says to go to the "Coverage" tab. There isn't one, but the main graph can be switched from "Maintainability" to "Coverage". There's no "Compare Coverage" button or link.
The documentation says to use the CLI command "qlty coverage compare". When I run this, I get
How to reproduce (optional)
Expected behavior (optional)
No response
CLI Version
qlty 0.584.0 macos-arm64 (dfc604d 2025-10-17)
Information about Qlty configuration and environment (optional)
// Add your qlty.tomlBeta Was this translation helpful? Give feedback.
All reactions