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
Currently there is already the failOnServiceError option which will prevent the build from failing if there is a network connection problem.
However, we never want the Coveralls plugin to fail the build when submitting data (e.g. when the API token is missing or invalid). Therefore we need a failOnProcessingError option, which by default is true. If the option is set to false, Processing exceptions should only result in a warning.
The text was updated successfully, but these errors were encountered:
Currently there is already the
failOnServiceError
option which will prevent the build from failing if there is a network connection problem.However, we never want the Coveralls plugin to fail the build when submitting data (e.g. when the API token is missing or invalid). Therefore we need a
failOnProcessingError
option, which by default is true. If the option is set to false, Processing exceptions should only result in a warning.The text was updated successfully, but these errors were encountered: