infoderm / patients

:face_with_thermometer: Patients meteor app
GNU Affero General Public License v3.0
5 stars 2 forks source link

Do not fail fast on errors in `ci:test` workflow #977

Closed make-github-pseudonymous-again closed 1 month ago

make-github-pseudonymous-again commented 1 month ago

Since fixing #812 with #963, tests are split-run using a strategy matrix, which was not configured with fail-fast: false (the default is fail-fast: true). This PR configures fail-fast: false explicitly.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 65.86%. Comparing base (e2940c1) to head (5e45db4).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #977 +/- ## ========================================== - Coverage 65.88% 65.86% -0.03% ========================================== Files 715 715 Lines 9893 9893 Branches 1346 1346 ========================================== - Hits 6518 6516 -2 - Misses 2918 2919 +1 - Partials 457 458 +1 ``` | [Flag](https://app.codecov.io/gh/infoderm/patients/pull/977/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=infoderm) | Coverage Δ | | |---|---|---| | [client](https://app.codecov.io/gh/infoderm/patients/pull/977/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=infoderm) | `46.22% <ø> (-0.02%)` | :arrow_down: | | [server](https://app.codecov.io/gh/infoderm/patients/pull/977/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=infoderm) | `61.89% <ø> (-0.02%)` | :arrow_down: | | [test](https://app.codecov.io/gh/infoderm/patients/pull/977/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=infoderm) | `71.97% <ø> (-0.04%)` | :arrow_down: | | [test-app](https://app.codecov.io/gh/infoderm/patients/pull/977/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=infoderm) | `53.69% <ø> (-0.02%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=infoderm#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.