-
QuestionI'm on a branch to refactor code and I'd like to see my technical debt when I push on it, before I merge to master. I only see master being built on the cloud. How to reproduce (optional)Expected behavior (optional)No response CLI Version0.588.0 windows-x64 Information about Qlty configuration and environment (optional)// Add your qlty.toml
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi Robin -- Right now there are two options for looking at the code quality for your branch before you merge to master:
|
Beta Was this translation helpful? Give feedback.
-
|
For me a key metric is the Technical Debt % as it influences which grade I get on my badge. But AFAIK (see #2392) this is not yet supported in the CLI. When I get below 5% I want to merge. |
Beta Was this translation helpful? Give feedback.
Hi Robin -- Right now there are two options for looking at the code quality for your branch before you merge to master:
You can open a PR on GitHub and Qlty Cloud will give you information about the changes in your branch. The big gap here is that right now this will not provide you information about fixed issues. This is something we are actively working on though and will be available before the end of the year.
You can use Qlty CLI to look at metrics and issues data between the two branches (try the
--allflag for totals)