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
Copy file name to clipboardExpand all lines: docs/index.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -214,8 +214,11 @@ Because of this, to ensure that all code coverage metrics are available on Codac
214
214
!!! note "Example"
215
215
The example below shows that after pushing a commit that correctly sets up coverage on the main branch:
216
216
217
-
- Codacy will report coverage metrics for all subsequent commits and pull requests relative to the main branch
218
-
- Codacy won't report coverage metrics for commits and pull requests that are relative to older branches where the coverage setup wasn't performed yet
217
+
- Codacy will report coverage metrics for all subsequent commits and pull requests relative to the main branch.
218
+
219
+
- Codacy won't report coverage metrics for commits and pull requests that are relative to older branches where the coverage setup wasn't performed yet.
220
+
221
+
To solve this issue, you can rebase the old feature branch to update the common ancestor commit to one that already has coverage data.
219
222
220
223

0 commit comments