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
fix(controller/tests): run coverage with "--timid" flag
Running controller tests through the venerable coverage.py tool
raises some errors during cleanup, as we seem to have dangling
PostgreSQL sessions. Adding the "--timid" flag works around this.
Fixes #727.
0 commit comments