Closed phixMe closed 3 weeks ago
Name | Link |
---|---|
Latest commit | d54c180c33542f527d83e7d17882f651ff5a7966 |
Latest deploy log | https://app.netlify.com/sites/peppy-sprite-186812/deploys/671c2478b38dbb0008cda039 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 81.19%. Comparing base (
46bbfa7
) to head (d54c180
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Problem
Avoid matching jobs to runs using name and namespace and instead use the
current_run_uuid
recently added to retrieve the current run... This also has the advantage of avoiding looping and being simpler in aggregate.Checklist
CHANGELOG.md
(Depending on the change, this may not be necessary)..sql
database schema migration according to Flyway's naming convention (if relevant)