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

Codecov#273

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
jesse-codefresh merged 2 commits intomasterfromcodecov
May 25, 2021
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion_data/nav.yml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -423,7 +423,9 @@
- title: Jira Integration
url: "/jira"
- title: Jenkins Integration
url: "/jenkins-integration"
url: "/jenkins-integration"
title: Codecov Integration
url: "/codecov-integration"
- title: Google Cloud builder
url: "/gcloud-builder"
- title: Google Marketplace Installation
Expand Down
2 changes: 1 addition & 1 deletion_docs/integrations/argo-cd.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
---
title: "ArgoCDintegration"
title: "ArgoCDIntegration"
description: "How to connect Codefresh to your ArgoCD endpoint"
group: integrations
toc: true
Expand Down
58 changes: 58 additions & 0 deletions_docs/integrations/codecov-integration.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
---
title: "Codecov Integration"
description: "Create Code Coverage Reports with Codefresh and Codecov"
group: integrations
toc: true
---

Codefresh has native integration for [Codecov analysis](https://about.codecov.io/).

To enable the analysis sign up for a free account with Codecov and add a new project.

{% include image.html
lightbox="true"
file="/images/integrations/codecov-integration/codecovtoken.png"
url="/images/integrations/codecov-integration/codecovtoken.png"
max-width="70%"
caption="Getting a Token from Codecov"
alt="Getting a Token from Codecov"
%}

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

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:

{% include image.html
lightbox="true"
file="/images/integrations/codecov-integration/codecovintegration.png"
url="/images/integrations/codecov-integration/codecovintegration.png"
max-width="70%"
caption="Enter Token"
alt="Enter Token"
%}

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.

Using Codecov in a Codefresh Pipeline:

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).

`codefresh.yml`
```yaml
codecov-report:
stage: "prepare"
title: Codecov report
type: codecov-reporter
arguments:
codecov_integration: my-codecov-integration
```

For more details see our [Codecov example](https://codefresh.io/docs/docs/yaml-examples/examples/codecov-testing/).

## What to read next

- [Integration Tests]({{site.baseurl}}/docs/testing/integration-tests/)
- [Service Containers]({{site.baseurl}}/docs/codefresh-yaml/service-containers/)
- [Coveralls Example]({{site.baseurl}}/docs/yaml-examples/examples/coveralls-testing/)
- [Codacy Example]({{site.baseurl}}/docs/yaml-examples/examples/codacy-testing/)
- [Test Reports]({{site.baseurl}}/docs/testing/test-reports/)
2 changes: 1 addition & 1 deletion_docs/integrations/github-actions.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
---
title: "GitHub Actions in Codefreshpipelines"
title: "GitHub Actions in CodefreshPipelines"
description: "Using the GitHub action converter"
group: integrations

Expand Down
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View file
Open in desktop
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

[8]ページ先頭

©2009-2025 Movatter.jp