Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbf1b103

Browse files
fixed header page
1 parente8560fa commitbf1b103

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

‎_docs/integrations/codecov-integration.md‎

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
title:"Codecov Integration"
23
description:"Create Code Coverage Reports with Codefresh and Codecov"
34
group:integrations
@@ -10,22 +11,22 @@ To enable the analysis sign up for a free account with Codecov and add a new pro
1011

1112
{% include image.html
1213
lightbox="true"
13-
file="/images/integrations/codecov/codecovtoken.png"
14-
url="/images/integrations/codecov/codecovtoken.png"
15-
max-width="60%"
14+
file="/images/integrations/codecov-integration/codecovtoken.png"
15+
url="/images/integrations/codecov-integration/codecovtoken.png"
16+
max-width="70%"
1617
caption="Getting a Token from Codecov"
1718
alt="Getting a Token from Codecov"
1819
%}
1920

2021
From this screen make sure you note down the Token as you will use it in Codefresh.
2122

22-
Next, go into your Codefresh account settings and choose CodeCov from[integrations]({{https://g.codefresh.io/account-admin/account-conf/integration). Click the add integration button:
23+
Next, go into your Codefresh account settings and choose CodeCov from[integrations](https://g.codefresh.io/account-admin/account-conf/integration). Click the add integration button:
2324

2425
{% include image.html
2526
lightbox="true"
26-
file="/images/integrations/codecov/codecovintegration.png"
27-
url="/images/integrations/codecov/codecovintegration.png"
28-
max-width="60%"
27+
file="/images/integrations/codecov-integration/codecovintegration.png"
28+
url="/images/integrations/codecov-integration/codecovintegration.png"
29+
max-width="70%"
2930
caption="Enter Token"
3031
alt="Enter Token"
3132
%}
@@ -37,14 +38,16 @@ Using Codecov in a Codefresh Pipeline:
3738
With the integration in place, you can use it by name in any Codefresh pipeline by using the[Codecov reporter step](https://codefresh.io/steps/step/codecov-reporter).
3839

3940
`codefresh.yml`
41+
```yaml
4042
codecov-report:
4143
stage: "prepare"
4244
title: Codecov report
4345
type: codecov-reporter
4446
arguments:
4547
codecov_integration:my-codecov-integration
48+
```
4649
47-
For more details see our[Codecov example]({{https://codefresh.io/docs/docs/yaml-examples/examples/codecov-testing/).
50+
For more details see our [Codecov example](https://codefresh.io/docs/docs/yaml-examples/examples/codecov-testing/).
4851
4952
## What to read next
5053

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp