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
- export MPLBACKEND=Agg #Backend to render matplot picture on the server without a screen
- coverage run -m pytest --mpl tests/*.py --mpl-results-path=tests/result_images/ #switched from pytest --cov to coverage module
- coverage report #Generates code coverage report after testing
variables:
PYTHONPATH: $CI_PROJECT_DIR
artifacts:
when: on_failure
paths:
- tests/result_images/**/*.png #When pictures in tests/test_visuals.py do not match they will get stored here and can be downloaded in artifacts section