Add Unit Tests which Must Pass for Merge to main #11
workflow.yaml
on: pull_request
test
2m 9s
lint-and-format
5s
Annotations
3 errors and 2 warnings
Ruff (SIM105):
src/palimpzest/datamanager/datamanager.py#L64
src/palimpzest/datamanager/datamanager.py:64:9: SIM105 Use `contextlib.suppress(Exception)` instead of `try`-`except`-`pass`
|
Ruff (E722):
src/palimpzest/datamanager/datamanager.py#L66
src/palimpzest/datamanager/datamanager.py:66:9: E722 Do not use bare `except`
|
lint-and-format
Process completed with exit code 1.
|
lint-and-format
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|