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

Commite8560fa

Browse files
added codecov page
1 parentfda460d commite8560fa

File tree

6 files changed

+60
-3
lines changed

6 files changed

+60
-3
lines changed

‎_data/nav.yml‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,9 @@
423423
-title:Jira Integration
424424
url:"/jira"
425425
-title:Jenkins Integration
426-
url:"/jenkins-integration"
426+
url:"/jenkins-integration"
427+
title:Codecov Integration
428+
url:"/codecov-integration"
427429
-title:Google Cloud builder
428430
url:"/gcloud-builder"
429431
-title:Google Marketplace Installation

‎_docs/integrations/argo-cd.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"ArgoCDintegration"
2+
title:"ArgoCDIntegration"
33
description:"How to connect Codefresh to your ArgoCD endpoint"
44
group:integrations
55
toc:true
Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
title: "Codecov Integration"
2+
description: "Create Code Coverage Reports with Codefresh and Codecov"
3+
group: integrations
4+
toc: true
5+
---
6+
7+
Codefresh has native integration for[Codecov analysis](https://about.codecov.io/).
8+
9+
To enable the analysis sign up for a free account with Codecov and add a new project.
10+
11+
{% include image.html
12+
lightbox="true"
13+
file="/images/integrations/codecov/codecovtoken.png"
14+
url="/images/integrations/codecov/codecovtoken.png"
15+
max-width="60%"
16+
caption="Getting a Token from Codecov"
17+
alt="Getting a Token from Codecov"
18+
%}
19+
20+
From this screen make sure you note down the Token as you will use it in Codefresh.
21+
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+
24+
{% include image.html
25+
lightbox="true"
26+
file="/images/integrations/codecov/codecovintegration.png"
27+
url="/images/integrations/codecov/codecovintegration.png"
28+
max-width="60%"
29+
caption="Enter Token"
30+
alt="Enter Token"
31+
%}
32+
33+
Enter your token (see the previous section) and a name (user-defined) for this integration. The name should be unique for each integration that you add.
34+
35+
Using Codecov in a Codefresh Pipeline:
36+
37+
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).
38+
39+
`codefresh.yml`
40+
codecov-report:
41+
stage: "prepare"
42+
title: Codecov report
43+
type: codecov-reporter
44+
arguments:
45+
codecov_integration: my-codecov-integration
46+
47+
For more details see our[Codecov example]({{https://codefresh.io/docs/docs/yaml-examples/examples/codecov-testing/).
48+
49+
##What to read next
50+
51+
-[Integration Tests]({{site.baseurl}}/docs/testing/integration-tests/)
52+
-[Service Containers]({{site.baseurl}}/docs/codefresh-yaml/service-containers/)
53+
-[Coveralls Example]({{site.baseurl}}/docs/yaml-examples/examples/coveralls-testing/)
54+
-[Codacy Example]({{site.baseurl}}/docs/yaml-examples/examples/codacy-testing/)
55+
-[Test Reports]({{site.baseurl}}/docs/testing/test-reports/)

‎_docs/integrations/github-actions.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title:"GitHub Actions in Codefreshpipelines"
2+
title:"GitHub Actions in CodefreshPipelines"
33
description:"Using the GitHub action converter"
44
group:integrations
55

31.6 KB
Loading
58 KB
Loading

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp