Closed mahadzaryab1 closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 96.91%. Comparing base (
36291a7
) to head (020ac4d
). 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.
Which problem is this PR solving?
Description of the changes
fail-fast
flag to all workflow files that use a matrix strategy to avoid other jobs from aborting due to a single job failing (read more about the fail-fast flag here).How was this change tested?
Introduced a failure in the Cassandra E2E Test. This test failed fast and prevented other workflows in the matrix from running.
After adding
fail-fast: false
to the workflow file, the other tests were still able to complete.Checklist
jaeger
:make lint test
jaeger-ui
:yarn lint
andyarn test