Skip to content

Commit e60ba30

Browse files
authored
Merge pull request #428 from codacy/doc/fix-anchor-links-to-rows-IO-233
doc: Update id attribute position in document tree - IO-233
2 parents 164c0ec + ead051e commit e60ba30

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@9.0.0
4+
codacy: codacy/base@9.3.3
55

66
references:
77
circleci_job: &circleci_job

docs/index.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,8 @@ Follow these instructions to validate that your coverage setup is working correc
247247
</thead>
248248
<tbody>
249249
<tr>
250-
<td rowspan="2" id="status-commit-not-found">
251-
<p style="color: #EF5454;"><strong>Commit not found</strong></p>
250+
<td rowspan="2">
251+
<p id="status-commit-not-found" style="color: #EF5454;"><strong>Commit not found</strong></p>
252252
<p>Codacy doesn't have information about the commit associated with the coverage data.</p>
253253
</td>
254254
<td>
@@ -268,8 +268,8 @@ Follow these instructions to validate that your coverage setup is working correc
268268
</td>
269269
</tr>
270270
<tr>
271-
<td rowspan="2" id="status-branch-not-enabled">
272-
<p style="color: #EF5454;"><strong>Branch not enabled</strong></p>
271+
<td rowspan="2">
272+
<p id="status-branch-not-enabled" style="color: #EF5454;"><strong>Branch not enabled</strong></p>
273273
<p>The commit associated with the coverage data doesn't belong to any branch that Codacy is analyzing.</p>
274274
</td>
275275
<td>
@@ -289,8 +289,8 @@ Follow these instructions to validate that your coverage setup is working correc
289289
</td>
290290
</tr>
291291
<tr>
292-
<td rowspan="5" id="status-commit-not-analyzed">
293-
<p style="color: #EF5454;"><strong>Commit not analyzed</strong></p>
292+
<td rowspan="5">
293+
<p id="status-commit-not-analyzed" style="color: #EF5454;"><strong>Commit not analyzed</strong></p>
294294
<p>Due to technical limitations, Codacy only reports coverage for a commit after successfully completing the static code analysis of that commit.</p>
295295
</td>
296296
<td>
@@ -333,8 +333,8 @@ Follow these instructions to validate that your coverage setup is working correc
333333
</td>
334334
</tr>
335335
<tr>
336-
<td rowspan="4" id="status-pending">
337-
<p style="color: #2562EA;"><strong>Pending</strong></p>
336+
<td rowspan="4">
337+
<p id="status-pending" style="color: #2562EA;"><strong>Pending</strong></p>
338338
<p>Codacy is waiting to receive more coverage data before reporting the coverage for a commit.</p>
339339
</td>
340340
<td>

0 commit comments

Comments
 (0)