toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

274
active users

#codecoverage

0 posts0 participants0 posts today
Adam H. Sparks :rstats:<p>Any <span class="h-card" translate="no"><a href="https://social.anoxinon.de/@Codeberg" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Codeberg</span></a></span> users set up code coverage that can point me to a system that works with <a href="https://rstats.me/tags/RStats" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RStats</span></a>? Usually I just use codecov.io's linkage with GitHub for my packages that are hosted there, so I'm unsure how/where to set this up for <a href="https://rstats.me/tags/Codeberg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Codeberg</span></a>. I'm able to check locally, but would like at the least to have the badge on the README, CI can come later but would be nice as well. <a href="https://rstats.me/tags/CodeCoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeCoverage</span></a></p>
binaryphile<p>Had absolutely no idea there were bash-compatible coverage tools available...that's close to a game-changer. Just tried `kcov` and very happy to see my code highlighted with red and green lines to show what was run and what was not. Sometimes I have trouble with writing post-hoc tests, and this provides focus.</p><p>Did not try `bashcov` since I didn't care to bring in all of ruby for one tool.</p><p><a href="https://github.com/SimonKagstrom/kcov" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/SimonKagstrom/kcov</span><span class="invisible"></span></a></p><p><a href="https://fosstodon.org/tags/Bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Bash</span></a> <a href="https://fosstodon.org/tags/Shell" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Shell</span></a> <a href="https://fosstodon.org/tags/CodeCoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeCoverage</span></a> <a href="https://fosstodon.org/tags/ShellProgramming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ShellProgramming</span></a></p>
Emanuele Panz<p>Looking for <a href="https://phpc.social/tags/phpunit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>phpunit</span></a> code coverage dark-themes, are you using it?</p><p>Did not find any native support from PHPunit's tools, just some drop-in custom.css files.</p><p>Found so far just 2 of them:<br>1. <a href="https://github.com/chriswpage/phpunit-coverage-theme" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/chriswpage/phpunit-</span><span class="invisible">coverage-theme</span></a> (updated 2024)</p><p>2. <a href="https://github.com/Porthorian/phpunit-code-coverage-theme" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/Porthorian/phpunit-</span><span class="invisible">code-coverage-theme</span></a> (updated 2022)</p><p>From my preliminary research: the coverage tool is using bootstrap v4, while a dark-mode was only introduced in v5.3.</p><p>I should not dig into that migration path, or should I? 😅</p><p><a href="https://phpc.social/tags/php" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>php</span></a> <a href="https://phpc.social/tags/darkmode" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>darkmode</span></a> <a href="https://phpc.social/tags/phpunit" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>phpunit</span></a> <a href="https://phpc.social/tags/codecoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codecoverage</span></a></p>
David Gardiner<p>Blogged: .NET Code Coverage in Azure DevOps and SonarCloud</p><p>How to generate code coverage data that gets displayed in Azure Pipelines and SonarQube</p><p><a href="https://david.gardiner.net.au/2024/12/sonarcloud.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">david.gardiner.net.au/2024/12/</span><span class="invisible">sonarcloud.html</span></a></p><p><a href="https://mastodon.online/tags/AzureDevOps" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AzureDevOps</span></a> <a href="https://mastodon.online/tags/AzurePipelines" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AzurePipelines</span></a> <a href="https://mastodon.online/tags/SonarQube" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SonarQube</span></a> <a href="https://mastodon.online/tags/CodeCoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeCoverage</span></a> <a href="https://mastodon.online/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a></p>
scy<p>Since the existing plugins came with too many dependencies for my taste, or specialized on some aspect that didn't cover what I need, I'm working on a <a href="https://chaos.social/tags/Vim" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Vim</span></a> plugin to display code coverage in the sign column.</p><p>It's reading lcov-formatted files (which is why I don't have any dependencies) and displays for each line whether it's covered or not.</p><p>Still needs a bit of work to be convenient, but I like the result already.</p><p><a href="https://chaos.social/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a> <a href="https://chaos.social/tags/testing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>testing</span></a> <a href="https://chaos.social/tags/CodeCoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeCoverage</span></a></p>
danzin<p>Anyone looking for a <a href="https://mastodon.social/tags/Python" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Python</span></a> 🐍 project to contribute to?</p><p>We have a nice issue in <span class="h-card" translate="no"><a href="https://hachyderm.io/@coveragepy" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>coveragepy</span></a></span> (a great tool for measuring Python code coverage): <a href="https://github.com/nedbat/coveragepy/issues/1804" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/nedbat/coveragepy/i</span><span class="invisible">ssues/1804</span></a></p><p>If you'd like to help, I can assist you setting things up, understanding the code and the issue.</p><p>Even if you don't think you can help, I can guide you and explain whatever you want to understand about the code/issue, no strings attached.</p><p>Boosting for visibility also helps!</p><p><a href="https://mastodon.social/tags/Coverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Coverage</span></a> <a href="https://mastodon.social/tags/CodeCoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeCoverage</span></a></p>
Alvin Ashcraft 🐿️<p>dotCover Command Line Tools for Automation Testing Code Coverage.</p><p><a href="https://blog.jetbrains.com/dotnet/2024/06/20/dotcover-command-line-tools-for-automation-testing-code-coverage/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">blog.jetbrains.com/dotnet/2024</span><span class="invisible">/06/20/dotcover-command-line-tools-for-automation-testing-code-coverage/</span></a> <br><a href="https://hachyderm.io/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://hachyderm.io/tags/dotcover" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotcover</span></a> <a href="https://hachyderm.io/tags/jetbrains" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>jetbrains</span></a> <a href="https://hachyderm.io/tags/codecoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codecoverage</span></a> <a href="https://hachyderm.io/tags/unittesting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittesting</span></a> <a href="https://hachyderm.io/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a></p>
Alvin Ashcraft 🐿️<p>Testing Your Native AOT Applications.</p><p><a href="https://hachyderm.io/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://hachyderm.io/tags/aot" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>aot</span></a> <a href="https://hachyderm.io/tags/testing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>testing</span></a> <a href="https://hachyderm.io/tags/debugging" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>debugging</span></a> <a href="https://hachyderm.io/tags/mstest" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>mstest</span></a> <a href="https://hachyderm.io/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a> <a href="https://hachyderm.io/tags/codecoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codecoverage</span></a> <br><a href="https://devblogs.microsoft.com/dotnet/testing-your-native-aot-dotnet-apps/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">devblogs.microsoft.com/dotnet/</span><span class="invisible">testing-your-native-aot-dotnet-apps/</span></a></p>
Alvin Ashcraft 🐿️<p>Code coverage features in Visual Studio Enterprise.</p><p><a href="https://hachyderm.io/tags/visualstudio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>visualstudio</span></a> <a href="https://hachyderm.io/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://hachyderm.io/tags/codecoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codecoverage</span></a> <a href="https://hachyderm.io/tags/unittesting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittesting</span></a> <a href="https://hachyderm.io/tags/testing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>testing</span></a> <a href="https://hachyderm.io/tags/productivity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>productivity</span></a> <br><a href="https://devblogs.microsoft.com/visualstudio/code-coverage-features-in-visual-studio-enterprise/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">devblogs.microsoft.com/visuals</span><span class="invisible">tudio/code-coverage-features-in-visual-studio-enterprise/</span></a></p>
Damir Arh<p>Fine Code Coverage runs tests on its own</p><p><a href="https://www.damirscorner.com/blog/posts/20240301-FineCodeCoverageRunsTestsOnItsOwn.html" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">damirscorner.com/blog/posts/20</span><span class="invisible">240301-FineCodeCoverageRunsTestsOnItsOwn.html</span></a> </p><p><a href="https://mas.to/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://mas.to/tags/visualstudio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>visualstudio</span></a> <a href="https://mas.to/tags/codecoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codecoverage</span></a></p>
David Gardiner<p>**Improvements in .NET code coverage tooling**</p><p><a href="https://devblogs.microsoft.com/dotnet/whats-new-in-our-code-coverage-tooling/?WT.mc_id=DOP-MVP-5001655" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">devblogs.microsoft.com/dotnet/</span><span class="invisible">whats-new-in-our-code-coverage-tooling/?WT.mc_id=DOP-MVP-5001655</span></a></p><p>If you don't have C++ code, then apparently setting these properties will make things even faster:</p><p>```html<br>&lt;EnableStaticNativeInstrumentation&gt;False&lt;/EnableStaticNativeInstrumentation&gt;<br>&lt;EnableDynamicNativeInstrumentation&gt;False&lt;/EnableDynamicNativeInstrumentation&gt;<br>```</p><p><a href="https://mastodon.online/tags/dotNET" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotNET</span></a> <a href="https://mastodon.online/tags/CodeCoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CodeCoverage</span></a></p>
Alvin Ashcraft 🐿️<p>What’s New in Our Code Coverage Tooling?</p><p><a href="https://hachyderm.io/tags/dotnet" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>dotnet</span></a> <a href="https://hachyderm.io/tags/visualstudio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>visualstudio</span></a> <a href="https://hachyderm.io/tags/csharp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>csharp</span></a> <a href="https://hachyderm.io/tags/unittesting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>unittesting</span></a> <a href="https://hachyderm.io/tags/codecoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codecoverage</span></a> <a href="https://hachyderm.io/tags/testing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>testing</span></a> <a href="https://hachyderm.io/tags/quality" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>quality</span></a> <br><a href="https://devblogs.microsoft.com/dotnet/whats-new-in-our-code-coverage-tooling/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">devblogs.microsoft.com/dotnet/</span><span class="invisible">whats-new-in-our-code-coverage-tooling/</span></a></p>
drmorr<p>Does anybody have any code coverage reporting tools they particularly like? I'm aware of codecov.io. I'd like something that's easy to use, compatible with (at least) Rust, Go, and Python, is free for open source projects, isn't run by a bunch of greedy schmucks. </p><p>Edit: also I want to see code coverage results _before_ running CI if possible.</p><p>(it _seems_ like codecov might fit those boxes, but I don't know if there are other alternatives I should consider?)</p><p><a href="https://hachyderm.io/tags/codecoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>codecoverage</span></a> <a href="https://hachyderm.io/tags/programming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>programming</span></a></p>
DerRente<p>Unterschied zwischen Testabdeckung und Codeabdeckung?<br>Die Code<br><a href="https://www.dev-crowd.com/2022/11/07/unterschied-zwischen-testabdeckung-und-codeabdeckung/" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">dev-crowd.com/2022/11/07/unter</span><span class="invisible">schied-zwischen-testabdeckung-und-codeabdeckung/</span></a><br><a href="https://mastodontech.de/tags/ExplorativesTesten" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ExplorativesTesten</span></a> <a href="https://mastodontech.de/tags/LoadandPerformance" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LoadandPerformance</span></a> <a href="https://mastodontech.de/tags/Mocking" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Mocking</span></a> <a href="https://mastodontech.de/tags/Penetrationtest" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Penetrationtest</span></a> <a href="https://mastodontech.de/tags/Projektmanagement" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Projektmanagement</span></a> <a href="https://mastodontech.de/tags/RestAPI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RestAPI</span></a> <a href="https://mastodontech.de/tags/TestEngineering" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>TestEngineering</span></a> <a href="https://mastodontech.de/tags/Testautomatisierung" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Testautomatisierung</span></a> <a href="https://mastodontech.de/tags/Testframework" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Testframework</span></a> <a href="https://mastodontech.de/tags/Testlink" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Testlink</span></a> <a href="https://mastodontech.de/tags/Testmanagement" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Testmanagement</span></a> <a href="https://mastodontech.de/tags/Testplan" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Testplan</span></a> <a href="https://mastodontech.de/tags/Testsuites" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Testsuites</span></a> <a href="https://mastodontech.de/tags/Tools" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tools</span></a> <a href="https://mastodontech.de/tags/Apptesting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Apptesting</span></a> <a href="https://mastodontech.de/tags/Codecoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Codecoverage</span></a> <a href="https://mastodontech.de/tags/crossbrowsertesting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>crossbrowsertesting</span></a> <a href="https://mastodontech.de/tags/flakytesting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>flakytesting</span></a> <a href="https://mastodontech.de/tags/ManualTesting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ManualTesting</span></a> <a href="https://mastodontech.de/tags/Penetrationtesting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Penetrationtesting</span></a> <a href="https://mastodontech.de/tags/pytest" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>pytest</span></a> <a href="https://mastodontech.de/tags/Regressiontesting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Regressiontesting</span></a> <a href="https://mastodontech.de/tags/testcoverage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>testcoverage</span></a></p>