Closed robomics closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.36%. Comparing base (
5f30972
) to head (83e6bb0
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Basically the problem is that while we can use job matrices to the define the input params of a workflow, we cannot do the same for output params...
I think the only viable solution is to upload the cache key(s) to be deleted as an artifact, and then use one job to download all the artifacts, consolidate the cache keys, then evict cache entries as appropriate.