Could SonarQube
, Jacoco
, or any other tool automatically run tests whenever I push to my repository, providing me with information if tests passed and code coverage information without running it on the local machine?
Asked
Active
Viewed 113 times
0

Chetan Joshi
- 5,582
- 4
- 30
- 43
-
1you need CI pipeline. Jenkins or Travis would be a good start – Antoniossss Oct 03 '20 at 08:44
-
Yes it is possible, providing that you have good reason of not running the tests and checking the coverage on the local machine before the push – Nowhere Man Oct 03 '20 at 08:54