-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Flutter supports coverage and machine in 1.18.0 #19
Comments
Just switched to
throws an Exception
BUT
works as intended (assuming you're not using SonarQube 8.1+) So you can use the second solution 😉 |
Thanks for the test, I know the second way works but the goal would be to have the same outcome in one run and reduce build times by several minutes :) |
You said you have not used sonar-flutter yet, that's why I made the tests 🤔 btw, I'm not sure using both options will reduce the total time. I don't see any difference but maybe my project is not as large as yours. |
Yes, the correct way of saying would have been The tests run for a couple minutes so running them twice is twice the time. |
I created a PR #22 to fix this issue. If you want to test it, here is the fixed jar : |
Hi, |
Starting with 1.18.0/beta Flutter supports running tests with
--coverage --machine
at the same time. However the test output has somewhat changed. See flutter/flutter#56675I am not sure if the changes in the output are a problem, I have not used sonar-flutter yet but I want to once Flutter 1.18.0 is stable.
Maybe someone can test this and eventually update the docs.
The text was updated successfully, but these errors were encountered: