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
Copy file name to clipboardExpand all lines: _docs/getting-started/ci-codefresh.md
+23-11Lines changed: 23 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ Code quality -->
15
15
16
16
Work in progress
17
17
18
+
##Code compilation
19
+
TBD
18
20
19
21
##Docker images
20
22
WBuilding a Docker image from the source code is probably the most common and basic requirement for a CI pipeline. In Codefresh you can build, push, and promote Docker images, using declarative YAML and credentials that are defined once stored centrally.
Codefresh supports all testing frameworks, including mocking frameworks, for all popular programming languages. Easily run unit tests on the source code of the application for every commit or pull request (PR) through our freestyle step in pipelines.
@@ -62,6 +63,21 @@ In Codefresh, you can launch these sidecar containers within the pipeline throug
Good quality code is central to any CI platform or tool. Codefresh integrates with the top code quality platforms/tools in the market to track code coverage, inspect code quailty, and generate code-coverage analysis reports.
68
+
69
+
Three steps to
70
+
* Set up integrations with the platforms/tools (Coverall, SonarQube, Codecov, for example).
71
+
* Copy and paste the ready-to-use step for your platform/tool into your pipeline from our[Plug-ins library](https://codefresh.io/steps/){:target="\_blank"}.
72
+
* Reference them by name in the pipeline step, and view the updated reports in the respective UIs.
Security scans are critical to deploying quality code. With Codefresh, in addition you can control when to implement the security scan, and then view the scan results in the Codefresh UI, without having to go to the security platform.
67
83
@@ -80,19 +96,15 @@ Correlate the Docker images in Codefresh with the results of the security scanni
[Metadata in Docker images]({{site.baseurl}}/docs/pipelines//docker-image-metadata/)
99
+
[Metadata in Docker images]({{site.baseurl}}/docs/pipelines//docker-image-metadata/)
84
100
85
101
102
+
##Notifications
103
+
104
+
TBD
105
+
86
106
87
-
##Code quality coverage
88
-
Good quality code is central to any CI platform or tool. Codefresh integrates with the top code quality platforms/tools in the market to track code coverage, inspect code quailty, and generate code-coverage analysis reports.
89
107
90
-
Three steps to
91
-
* Set up integrations with the platforms/tools (Coverall, SonarQube, Codecov, for example).
92
-
* Copy and paste the ready-to-use step for your platform/tool into your pipeline from our[Plug-ins library](https://codefresh.io/steps/){:target="\_blank"}.
93
-
* Reference them by name in the pipeline step, and view the updated reports in the respective UIs.