Discussions
Coverage per file and coverage report for Python
In the document I see only coverage upload support for Javascript/Ruby/Go, is Python supported?
And are there coverage detail per files?
Thanks
Posted by Thanh Bui Minh about 3 years ago
How do I add a badge from codebeat to my readme file?
I would like to add a badge to codebeat to my project, how do I do that please?
Posted by Tony about 3 years ago
My project is total python project, why it's not supported?
https://github.com/HeatMint/Google-Doc-Windows-Office
Link to my project.
Posted by Heatmint about 3 years ago
Delete my account
Please delete my account and confirm via email.
Posted by mySugr over 3 years ago
Simple way to reference in Github issue?
Is there a simple way to reference problems in an issue on Github? The URL doesn't appear specific to the problem raised.
Posted by David over 3 years ago
How to Fully Delete My Account?
Couldn't find any documentation on how to delete or close my account, but found this https://hub.codebeat.co/discuss/5bfa08368f74f00038c08bb8
So, hi!
I no longer want an account on codebeat. Please close/delete my account.
Thanks!
Posted by Joseph over 3 years ago
Analysis running for 1 week so far
Is something broken?
Posted by Adrian over 3 years ago
Request limit
Is there a limit of open source repositories that we can analyze?
Posted by Ruchira over 3 years ago
Is there a way to differentiate contexts?
So essentially I am looking to set a flag in one of my files to ensure code beat understands that the file actually executes inside a different context. My project is unique in the fact that it actually uses multiple threads inside your web browser, therefore there are some functions that are duplicated out of necessity and there is no way to avoid duplicating them because the duplicated logic lives at run time in a completely separate execution context and there is no way to reference the logic otherwise while adhering to the HTML web worker specifications as web workers are sand boxed environments. Using proxy objects or something might be a potential work around but that would violate the security and specs for worker threads. Workers should not under any circumstances have access to variables on the main thread, everything must be sent as a message. Sending the duplicated functions as a message would also be impractical since it would kill performance due to increased communication overhead and the need to parse the now serialized functions back into functions using new Function or eval.
Ideally there should be a flag I can set in my file to make sure code beat understands these functions / this logic doesn't actually execute on the main thread alongside the rest of the app.
Posted by Austin Smith over 3 years ago
How to close my account?
A footnote on your site says that to close my account I have to go to the GitHub marketplace. But instructions over there says that I need to contact you to close my account.
Hey guys! I no longer want an account on codebeat. How do I close my account?
Posted by John DeRosa over 3 years ago
SwiftLint config is not working
I added .swiftlint.yml configuration file to my project, but I still see disabled rules reported. Why is that?
Posted by Alexander Vasenin over 3 years ago
codebeat + eslintrc
why codebeat does not see plugins and settings from the repository from the file .eslintrc.json?
Posted by Igor Novozhilov over 3 years ago
PR integration with Codebeat never ends the check
The Codebeat PR integration is taking forever
Here's the PR:
https://github.com/Kinvey/swift-sdk/pull/317
https://codebeat.co/projects/github-com-kinvey-swift-sdk-develop/pull_requests/160871
Posted by Victor Barros over 3 years ago
Tracking a projects fails
Tracking a project in CodeBeat fails, the following message appears: "analysis fail"
Posted by Sara Soboh over 3 years ago
"Codebeat failed to set a deploy key. Admin access required" Although I'm the owner and admin of the team
When trying to track a repository, from Bitbucket I've got the following error "Codebeat failed to set a deploy key. Admin access required", although I'm the owner and admin of the team.
Note: I'm not the admin in the Bitbucket account
Posted by Sara almost 4 years ago
Why are files inside the pods directory or an obj c project being analyzed?
Why are files inside the pods directory or an obj c project being analyzed? They're suppose to be ignored by default.
Posted by Kevin almost 4 years ago
Static code security analysis
Does Codebeat support static code security analysis for Java, Kotlin, and Swift?
Posted by Lance Walker almost 4 years ago
code coverage fails with status 404
The URL provided in the example for setting up code coverage seems to fail with status 404.
URL: https://codebeat.co/webhooks/code_coverage
Browsing to the URL also return a 404.
Could you please verify whether this is the correct URL to use.
Kind Regards,
Flippie
Posted by Flippie Coetser almost 4 years ago
Account Members Limit
Hi,
We have reached, as in title, account members limit, is there any chance to increse our limits?
Best regards,
Patryk Gryka
Posted by Patryk Gryka almost 4 years ago
Too much data to display 😵
I got a report with 80 issues fixed and 130 introduced, but when I try to view it, I get a message "Too much data to display 😵". Is there a way to browse the issues anyway or is this some restriction of the free version?
Posted by Peter almost 4 years ago