Hi, Am Sonntag, dem 27.03.2022 um 20:35 -0700 schrieb Łukasz Bownik: > What should I use for code covarage?
the problem of NetBeans currently is not the number of tests, but the number of tests, that are broken in various ways. In know that this might sound heretic, but code coverage is a tool, not the solution. It can ensure that code does the right thing, but you can cover all code without any meaningful tests. I would estimate, that the whole NetBeans test suite takes many CPU hours and currently does not run stable (see flaky tests). For small problems, you could have a look at the old JIRA or the current github issues and see if you find things you want to work on. Maybe easier: You have your pet bug, fix it. Greetings Matthias --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
