You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To do: Check if we could reduce the coverage matrix.
Why? The CI runs with coverage are usually a bit slower, and it takes some time for Codecov to process the results.
The initial reason to look into this topic were some issues when updating the Codecov action, leading to a "flanky" coverage score. This was resolved by settings the working-directory for the action: #9401 (comment)
To do: Check if we could reduce the coverage matrix.
Why? The CI runs with coverage are usually a bit slower, and it takes some time for Codecov to process the results.
The initial reason to look into this topic were some issues when updating the Codecov action, leading to a "flanky" coverage score. This was resolved by settings the working-directory for the action: #9401 (comment)
Example: https://app.codecov.io/gh/nextcloud/mail/commit/63f31a2009e3c0a4aef9e56b9a471ddcaf40ea26
Workflow: https://github.com/nextcloud/mail/blob/63f31a2009e3c0a4aef9e56b9a471ddcaf40ea26/.github/workflows/test.yml
Unit:
mail/.github/workflows/test.yml
Lines 13 to 18 in 63f31a2
The coverage is calculated if php = 8.3
=> 2x coverage
Integration:
mail/.github/workflows/test.yml
Lines 64 to 81 in 63f31a2
The coverage is calculated if db = mysql
=> 4x coverage
The text was updated successfully, but these errors were encountered: