You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of interrupting a PR build, when one step fails, we should rather catch the error, report the failure to Github (maybe even in a more detailed manner: build, test, integration-test, docker-build) and go on with the build. By doing that we can assure that every step is executed and you can see e.g. your sonar issues or your code coverage even if your tests aren't passing (maybe because you do TDD and want to provide a test case to someone else or or or)
The text was updated successfully, but these errors were encountered:
Instead of interrupting a PR build, when one step fails, we should rather catch the error, report the failure to Github (maybe even in a more detailed manner: build, test, integration-test, docker-build) and go on with the build. By doing that we can assure that every step is executed and you can see e.g. your sonar issues or your code coverage even if your tests aren't passing (maybe because you do TDD and want to provide a test case to someone else or or or)
The text was updated successfully, but these errors were encountered: