Olá!
É possível executar um código ou outra forma de contar todas as linhas de código no Bitbucket?
Unfortunately, this is not possible natively in the Bitbucket Cloud UI.
We have a feature request raised with our developers to make this possible, you can Watch this to receive future updates related to it and Vote for it to improve its visibility with regard to customer demand:
There is a third-party Marketplace addon called AwesomeGraphs however, that might be worthwhile testing out as it provides statistics like this:
Otherwise, you can run the following git command on a branch-by-branch basis that will perform this calculation:
git ls-files | xargs wc -l
Cheers!
- Ben (Bitbucket Cloud Support)
From setup to deployment—this learning path shows you how to build your first app using Forge. Learn the essentials, streamline workflows, and bring custom solutions to life across Jira, Confluence, and more.
Start Learning
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.