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
If we use automatic deployment for artifact publication we must add some kind of safe guard against no-test-passing code on Master. Else if non working code gets there can make fail any other project relying on this.
The publication of artifacts could be automated from the continuous integration process to avoid manual errors.
One important aspect is to remove coverage code before publishing by activating
coverageOff
.The text was updated successfully, but these errors were encountered: