MetOffice / dagrunner

⛔[EXPERIMENTAL] Directed acyclic graph (DAG) runner and tools
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

BUG: fix common arg handling #45

Closed cpelley closed 2 months ago

cpelley commented 2 months ago

43 didn't quite fix the issue it was intended to address.

I must have left changes locally (i.e. not pushed up all changes to github). CI pytest failures were being hidden by our use of pipe.

Issues

github-actions[bot] commented 2 months ago

The test coverage has decreased from 84% to 78% (commit SHA: 73929cdab6f1e311d25f8f011a1f17f96a2381b7). Please review test coverage. Report uploaded as artifact.

cpelley commented 2 months ago

The test coverage has decreased from 84% to 78%...

Safe to ignore this. Cause: ignoring logging integration tests (which don't work in CI right now). Will be re-enabled in #39.