Joined August 2009
18 Photos and videos
Thanks @Microsoft, @jeffwillcox for the generous sponsorship. Very much appreciated!!
Nice Friday here... sponsoring some open source maintainers and projects that we depend on using our engineering inventory and data #fossfund #opensource
1
7
272
3
109
Daniel Palme retweeted
6 Nov 2023
More code == more (potential) bugs. How to find those untested code paths?
2
5
34
9,491
Daniel Palme retweeted
Run #CodeCoverage analysis as part of your #GitHub pipeline and post those results to a pull request. @sadukie talks about how you can use `workflow_run` in GitHub Actions to accomplish this. Check out this post! bit.ly/3AkJgeo
3
5
1,198
Daniel Palme retweeted
Such a nice way to finish/start the week. Tool used: reportgenerator.io it was a great investment to get the PRO version! #dotnet powah!
3
4
358
Daniel Palme retweeted
Über 50.000 Menschen haben seit gestern den Rücktritt von @Wissing gefordert. Es geht nicht darum, dass irgendwem seine Politik nicht "gefällt". Es geht darum, dass Minister sich an Klima-Gesetze halten sollten. Hier kann man sich weiterhin anschließen: weact.campact.de/petitions/v…
1,415
629
3,844
321,739
Daniel Palme retweeted
.NET VS Code XUnit - Setup Unit Testing & Code Coverage in ASP .NET Core by @jason_watmore jasonwatmore.com/net-vs-code… #aspnetcore
13
47
4,643
Last weekend I've build a new foldable desk with a shelf. #DIY
2
108
Daniel Palme retweeted
Für alle Klimawandel-Leugner die sagen "Es ist nur Sommer!" oder "Es ist nur warmer Winter!". Hier die Klimaspirale der NASA. x.com/BestForBritain/status/…

182
920
2,501
Thanks @github for the generous sponsorship due to the Maintainer Month. Very much appreciated. github.blog/2022-06-24-thank…

2
4/5 For Java you can use JaCoCo (github.com/jacoco/jacoco) for instrumenting your test code. After adding JaCoCo to your project (here with Maven -> pom.xml), you can execute your tests and generate the coverage report.
1
5/5 For NodeJS you can use Istanbul (github.com/istanbuljs/nyc) for instrumenting your test code. After installing Istanbul, you can execute your tests and generate the coverage report.