Skip to content

Commit ef47818

Browse files
Merge branch 'master' into fix/search-results-scroll
2 parents afe2f28 + f6b3be3 commit ef47818

7 files changed

Lines changed: 21 additions & 17 deletions

File tree

docs/coverage-reporter/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ Follow these instructions to validate that your coverage setup is working correc
237237
238238
If there are commits with a status different from **Processed**, please follow the troubleshooting instructions for the corresponding error status and click the button **Test integration** to display any new coverage reports uploaded to Codacy.
239239
240-
### Commit not found {: id="status-commit-not-found" style="color: #EF5454;"}
240+
### Commit not found {: id="status-commit-not-found" style="color: var(--docs-danger);"}
241241
242242
Codacy doesn't have information about the commit associated with the coverage data.
243243

@@ -272,7 +272,7 @@ Follow these instructions to validate that your coverage setup is working correc
272272
</tr>
273273
</table>
274274
275-
### Branch not enabled {: id="status-branch-not-enabled" style="color: #EF5454;"}
275+
### Branch not enabled {: id="status-branch-not-enabled" style="color: var(--docs-danger);"}
276276
277277
The commit associated with the coverage data doesn't belong to any branch that Codacy is analyzing.
278278

@@ -307,7 +307,7 @@ Follow these instructions to validate that your coverage setup is working correc
307307
</tr>
308308
</table>
309309
310-
### Commit not analyzed {: id="status-commit-not-analyzed" style="color: #EF5454;"}
310+
### Commit not analyzed {: id="status-commit-not-analyzed" style="color: var(--docs-danger);"}
311311
312312
Due to technical limitations, Codacy only reports coverage for a commit after successfully completing the static code analysis of that commit.
313313
@@ -365,7 +365,7 @@ Follow these instructions to validate that your coverage setup is working correc
365365
</tr>
366366
</table>
367367
368-
### Final report not sent {: id="status-final-report-not-sent" style="color: #EF5454;"}
368+
### Final report not sent {: id="status-final-report-not-sent" style="color: var(--docs-danger);"}
369369
370370
Codacy is waiting to receive more coverage data before reporting the coverage for a commit.
371371
@@ -391,7 +391,7 @@ Follow these instructions to validate that your coverage setup is working correc
391391
</tr>
392392
</table>
393393

394-
### Pending {: id="status-pending" style="color: #2562EA;"}
394+
### Pending {: id="status-pending" style="color: var(--docs-info);"}
395395

396396
Codacy is waiting to receive valid coverage data for the files in your repository.
397397

docs/faq/code-analysis/why-does-codacy-show-unexpected-coverage-changes.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ The table below represents two example coverage reports reflecting a pull reques
260260
</thead>
261261
<tbody>
262262
<tr>
263-
<td rowspan="5">ClassA.java</td>
263+
<td rowspan="4">ClassA.java</td>
264264
<td>2</td>
265265
<td class="border">Yes</td>
266266
<td>2</td>
@@ -272,17 +272,17 @@ The table below represents two example coverage reports reflecting a pull reques
272272
<td>4</td>
273273
<td>Yes</td>
274274
</tr>
275+
<tr>
275276
<td>5</td>
276277
<td class="border">Yes</td>
277278
<td class="background-red"></td>
278279
<td class="background-red"></td>
279-
<tr>
280280
</tr>
281+
<tr>
281282
<td>6</td>
282283
<td class="border">Yes</td>
283284
<td class="background-red"></td>
284285
<td class="background-red"></td>
285-
<tr>
286286
</tr>
287287
<tr>
288288
<td rowspan="3">ClassB.java</td>
@@ -377,7 +377,7 @@ The table below displays the code coverage metrics as calculated by Codacy:
377377

378378
/*Right border*/
379379
th.border {
380-
border-right: 1px solid white;
380+
border-right: 1px solid var(--docs-border);
381381
}
382382

383383
.border {
@@ -386,16 +386,16 @@ th.border {
386386

387387
/*Red background*/
388388
.background-red {
389-
background-color: #ffe6e6;
389+
background-color: var(--docs-danger-bg);
390390
}
391391

392392
/*Green text*/
393393
.text-green {
394-
color: #21c178;
394+
color: var(--docs-success);
395395
}
396396

397397
/*Red text*/
398398
.text-red {
399-
color: #ef5454;
399+
color: var(--docs-danger);
400400
}
401401
</style>

docs/faq/general/how-do-i-allowlist-codacy-cloud-on-my-git-provider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you require an additional layer of security and control on your Git provider,
1414

1515
To allowlist Codacy Cloud on your Git provider:
1616

17-
1. Send an email to <span class="skip-vale">[success@codacy.com](mailto:success@codacy.com?subject=Enabling static IP addresses)</span> or directly to your CSM asking us to enable static IP addresses for your organization.
17+
1. Send an email to <span class="skip-vale">[support@codacy.com](mailto:support@codacy.com?subject=Enabling static IP addresses)</span> or directly to your CSM asking us to enable static IP addresses for your organization.
1818

1919
!!! note
2020
Enabling static IPs for an organization is a [paid feature](https://www.codacy.com/pricing#qa-full-comparison).
-1.01 KB
Loading

docs/organizations/roles-and-permissions-for-organizations.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ td:not(:first-child), th:not(:first-child) {
571571

572572
/*Background color for row containing the Codacy permission levels*/
573573
table:not(data-exclude) tr:nth-child(1) td {
574-
background-color: #EBF1FF;
574+
background-color: var(--docs-bg-brand);
575575
}
576576

577577
/*Add vertical borders and disable horizontal borders*/
@@ -585,12 +585,12 @@ td:nth-child(1) {
585585

586586
/*Background for cells marking various operations*/
587587
.yes {
588-
background-color: #E6F4EA;
588+
background-color: var(--docs-success-bg);
589589
}
590590
.no {
591-
background-color: #FFF1EB;
591+
background-color: var(--docs-danger-bg);
592592
}
593593
.maybe {
594-
background-color: #F2F9FC;
594+
background-color: var(--docs-info-bg);
595595
}
596596
</style>
-140 KB
Loading

theme/stylesheets/tokens.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
--docs-link-hover: #0048BD;
1212
--docs-border: #DFE4EC;
1313
--docs-border-strong: #8AB7FF;
14+
--docs-info: #005DF0;
15+
--docs-info-bg: #E5EFFF;
1416
--docs-success: #339950;
1517
--docs-success-bg: #ECF9EF;
1618
--docs-warning: #BD7600;
@@ -74,6 +76,8 @@
7476
--docs-link-hover: #8AB7FF;
7577
--docs-border: #344056;
7678
--docs-border-strong: #5784FF;
79+
--docs-info: #5784FF;
80+
--docs-info-bg: #091E4E;
7781
--docs-success: #66CC83;
7882
--docs-success-bg: #12351C;
7983
--docs-warning: #FFC157;

0 commit comments

Comments
 (0)