drmorr · @drmorr
61 followers · 587 posts · Server hachyderm.io

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.

(it _seems_ like codecov might fit those boxes, but I don't know if there are other alternatives I should consider?)

#codecoverage #programming

Last updated 1 year ago

\x1b orhun 👾 · @orhun
247 followers · 655 posts · Server fosstodon.org

Codecov (code coverage platform) is now open source! 🥳

☂️ about.codecov.io/blog/codecov-

#opensource #testing #codecoverage

Last updated 1 year ago

Mohammad Rafigh - Tech · @mohammadrafigh
14 followers · 47 posts · Server fosstodon.org

When you start adding tests to a project it's always like:

"Yeah! The coverage is 30%!"

**Then after a few more tests:**

"Good, it's now 50%, I'm going to hit 80%"

**But when it reaches 75%:**

"Shit! I just added 20 lines just to cover 0.03%?!"

#unittests #codecoverage

Last updated 1 year ago

Justin D Kruger (he/him) · @jdavidnet
70 followers · 293 posts · Server me.dm

@github (Test Driven Development) is great, and done well allows you to make mostly forward incremental progress.

Without it, forward progress (even if only incremental) can’t be guaranteed.

However, TDD like any tool can become pointless if not done with thoughtful skill.

tools are useful

#codecoverage #kpi #tdd

Last updated 1 year ago

vansari ✅ · @vansari
8 followers · 165 posts · Server phpc.social

Do you use the covers annotations from @phpunit to get a coverage report of unit tests with tested Methods only or did you run tests and the coverage report without them?!

Which standing has the code coverage report for you?

#testing #php #unittest #codecoverage

Last updated 1 year ago

Dale Hirt · @dalehirt
135 followers · 555 posts · Server mas.to

Working on a small presentation for devs tonight

#codecoverage

Last updated 2 years ago

scottkeckwarren · @scottkeckwarren
18 followers · 186 posts · Server phpc.social

Check out my new video over at the @phparch channel on "Determining Your with ".

youtube.com/watch?v=PFywmvzecn

#codecoverage #phpunit #phpc #coders #tdd

Last updated 2 years ago

Jamie · @jamiefdhurst
42 followers · 183 posts · Server mastodon.social

Code coverage in Jenkins - tried to use Cobertura but it didn't do what I needed, Jacoco seems a lot easier and more flexible to set up from scratch

#jenkins #java #codecoverage

Last updated 2 years ago

ConstantOrbit · @constantorbit
431 followers · 515 posts · Server hachyderm.io

git commit -m "Not happy about this but I'm excluding some more code from coverage analysis."

#itsfridayafternoonforpetessake #git #coverage #codecoverage #sonarcloud

Last updated 2 years ago

Henri Philipps · @hphilipps
12 followers · 17 posts · Server k8s.social

has great support for generating code coverage statistics. It also can show coverage statistics in the repository analytics menu or as an embedded badge in your README.md. But for :gopher: this isn't as straight forward as you might think (and documentation isn't really covering this). Adding some suggestions in this thread...

#gitlab #go #golang #codecoverage #ci

Last updated 2 years ago

scottkeckwarren · @scottkeckwarren
6 followers · 31 posts · Server phpc.social

Experimenting with different SaaS tools and I feel like all of them have about 50% of what I want. What are other teams using?

#codecoverage #php

Last updated 2 years ago

scottkeckwarren · @scottkeckwarren
14 followers · 104 posts · Server phpc.social

Experimenting with different SaaS tools and I feel like all of them have about 50% of what I want. What are other teams using?

#codecoverage #php

Last updated 2 years ago

crsantos · @crsantos
8 followers · 1 posts · Server mastodon.social

Hi lazy dev mastodon,

what plugin do you use nowadays for on ?

This is mainly to work with xcresult's xccov

#iOS #codecoverage #jenkins

Last updated 2 years ago

Benjamin Brittain · @bwb
116 followers · 31 posts · Server hachyderm.io

I am considering turning on a code coverage check for a project. Code coverage must not decrease on a commit.

I think that this is a horrible metric and that code coverage is a weak approximation of actual testing.

That being said, I need to shift testing culture a decent amount on this project and this is the "technical hammer".

Any thoughts on something less heavy handed?

#advice #codecoverage #development #softwareengineering #management

Last updated 2 years ago

DerRente · @DerRente
73 followers · 144 posts · Server mastodontech.de
gaby_wald · @gaby_wald
70 followers · 16249 posts · Server framapiaf.org
gaby_wald · @gaby_wald
74 followers · 16277 posts · Server framapiaf.org
Antonio Hdez. Blas 🔵 · @nihilipster
105 followers · 264 posts · Server fosstodon.org

"% of in an ideal project? I'd say it's around 66.7%... allow me to be blunt and say that 1/3 of the code every is irrelevant, buggy, overly complicated, or simply sucks"

preslav.me/2020/12/03/the-myth

#codecoverage #softwareproject

Last updated 4 years ago

Arghya :apple_inc: :debian: · @arghyadeep
66 followers · 337 posts · Server fosstodon.org

Implemented in one of my projects and it gave me such a hard time failing the scans.

Finally managed to get 94.4% code coverage with 0 issues.

It's a really great tool to detect bugs and the minor code smells you might have easily overlooked and improves the quality of your code drastically.

#SonarCloud #sonar #codequality #npm #nodejs #javascript #codecoverage #cicd #devops

Last updated 4 years ago

Ivan Enderlin 🌱 :ferris: · @hywan
820 followers · 751 posts · Server fosstodon.org

grcov, github.com/mozilla/grcov

Rust tool to collect and aggregate code coverage data for multiple source files.

#rustlang #test #codecoverage #quality

Last updated 6 years ago