You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
From this screen make sure you note down the Token as you will use it in Codefresh.
21
22
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:
@@ -37,14 +38,16 @@ Using Codecov in a Codefresh Pipeline:
37
38
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
39
40
`codefresh.yml`
41
+
```yaml
40
42
codecov-report:
41
43
stage: "prepare"
42
44
title: Codecov report
43
45
type: codecov-reporter
44
46
arguments:
45
47
codecov_integration:my-codecov-integration
48
+
```
46
49
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/).