Skip to content

Commit

Permalink
doc: Move ID attribute to paragraph
Browse files Browse the repository at this point in the history
This is related to the changes being made on #428
  • Loading branch information
Paulo Ribeiro committed Nov 11, 2022
1 parent 0ae7883 commit 5d305ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ Follow these instructions to validate that your coverage setup is working correc
</td>
</tr>
<tr>
<td id="status-final-report-not-sent">
<p style="color: #EF5454;"><strong>Final report not sent</strong></p>
<td>
<p id="status-final-report-not-sent" style="color: #EF5454;"><strong>Final report not sent</strong></p>
<p>Codacy is waiting to receive more coverage data before reporting the coverage for a commit.</p>
</td>
<td>
Expand Down

0 comments on commit 5d305ac

Please sign in to comment.