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 (as of 99b851f), make test reports unit tests failure (in ./interceptors/logging), however the process ends with a success status (status code = 0).
CI should break, as long as the failing tests are not back to normal, but GitHub actions are succeeding.
Same thing for make lint, which should also break (PR #624 fixes linting errors).
Currently (as of 99b851f),
make test
reports unit tests failure (in./interceptors/logging
), however the process ends with a success status (status code = 0).CI should break, as long as the failing tests are not back to normal, but GitHub actions are succeeding.
Same thing for
make lint
, which should also break (PR #624 fixes linting errors).Fixed in #627.
The text was updated successfully, but these errors were encountered: