Skip to content

Commit 8623de5

Browse files
committed
fix: Correct anchor offsets for table row labels
1 parent 81482dc commit 8623de5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ Follow these instructions to validate that your coverage setup is working correc
244244
</thead>
245245
<tbody>
246246
<tr>
247-
<td rowspan="2" id="status-commit-not-found">
248-
<p style="color: #EF5454;"><strong>Commit not found</strong></p>
247+
<td rowspan="2">
248+
<p id="status-commit-not-found" style="color: #EF5454;"><strong>Commit not found</strong></p>
249249
<p>Codacy doesn't have information about the commit associated with the coverage data.</p>
250250
</td>
251251
<td>
@@ -265,8 +265,8 @@ Follow these instructions to validate that your coverage setup is working correc
265265
</td>
266266
</tr>
267267
<tr>
268-
<td rowspan="2" id="status-branch-not-enabled">
269-
<p style="color: #EF5454;"><strong>Branch not enabled</strong></p>
268+
<td rowspan="2">
269+
<p id="status-branch-not-enabled" style="color: #EF5454;"><strong>Branch not enabled</strong></p>
270270
<p>The commit associated with the coverage data doesn't belong to any branch that Codacy is analyzing.</p>
271271
</td>
272272
<td>
@@ -286,8 +286,8 @@ Follow these instructions to validate that your coverage setup is working correc
286286
</td>
287287
</tr>
288288
<tr>
289-
<td rowspan="5" id="status-commit-not-analyzed">
290-
<p style="color: #EF5454;"><strong>Commit not analyzed</strong></p>
289+
<td rowspan="5">
290+
<p id="status-commit-not-analyzed" style="color: #EF5454;"><strong>Commit not analyzed</strong></p>
291291
<p>Due to technical limitations, Codacy only reports coverage for a commit after successfully completing the static code analysis of that commit.</p>
292292
</td>
293293
<td>
@@ -330,8 +330,8 @@ Follow these instructions to validate that your coverage setup is working correc
330330
</td>
331331
</tr>
332332
<tr>
333-
<td rowspan="4" id="status-pending">
334-
<p style="color: #2562EA;"><strong>Pending</strong></p>
333+
<td rowspan="4">
334+
<p id="status-pending" style="color: #2562EA;"><strong>Pending</strong></p>
335335
<p>Codacy is waiting to receive more coverage data before reporting the coverage for a commit.</p>
336336
</td>
337337
<td>

0 commit comments

Comments
 (0)