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/example-catalog/ci-examples/codacy-testing.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ max-width="100%"
19
19
20
20
##Prerequisites for using Codacy
21
21
<!--- check with Kostis-->
22
-
* A simple[Codefresh pipeline, up and running]({{site.baseurl}}/docs/getting-started/create-a-basic-pipeline/)
22
+
* A simple[Codefresh pipeline, up and running]({{site.baseurl}}/docs/quick-start/ci-quickstart/create-ci-pipeline/)
23
23
* A[Codacy account](https://www.codacy.com/){:target="\_blank"} (free, pro or enterprise)
24
24
* A testing tool added to your project that produces coverage reports
25
25
@@ -53,7 +53,7 @@ max-width="80%"
53
53
54
54
##Codefresh pipeline
55
55
56
-
In casethe projectthatyou want to use Codacy in does not have a pipeline,[create a new pipeline]({{site.baseurl}}/docs/getting-started/create-a-basic-pipeline/).
56
+
Ifthe project you want to use Codacy in does not have a pipeline,[create a new pipeline]({{site.baseurl}}/docs/quick-start/ci-quickstart/create-ci-pipeline/).
Once the variable is called through the[Codefreshyml syntax]({{site.baseurl}}/docs/pipelines/variables/), it automatically uses the value provided within the variables section. If you are using this example as your pipeline, please delete anything in your pipeline. We can then add the following pipeline to our Inline YAML within the Workflow section in our UI:
78
+
Once the variable is called through the[CodefreshYAML syntax]({{site.baseurl}}/docs/pipelines/variables/), it automatically uses the value provided within the variables section. If you are using this example as your pipeline, please delete anything in your pipeline. We can then add the following pipeline to our Inline YAML within the Workflow section in our UI:
79
79
80
80
{% highlight yaml %}
81
81
{% raw %}
@@ -171,4 +171,4 @@ max-width="90%"
171
171
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
Copy file name to clipboardExpand all lines: _docs/example-catalog/ci-examples/coveralls-testing.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ max-width="80%"
19
19
20
20
##Prerequisites for using Coveralls
21
21
22
-
* A simple[Codefresh pipeline up and running](https://codefresh.io/docs/docs/getting-started/create-a-codefresh-account/)
22
+
* A simple[Codefresh pipeline up and running]({{site.baseurl}}/docs/administration/account-user-management/create-codefresh-account/)
23
23
* A[Coveralls account](https://coveralls.io/) (free or enterprise) -- Note that all open-source projects are free on Coveralls
24
24
* A testing tool added to your project that produces coverage reports
25
25
@@ -84,7 +84,7 @@ max-width="80%"
84
84
##Codefresh pipeline
85
85
86
86
<!--change the x-ref after final update-->
87
-
In casethe projectthatyou want to use Coveralls in does not have a pipeline,[create a new pipeline]({{site.baseurl}}/docs/getting-started/create-a-basic-pipeline/).
87
+
Ifthe project you want to use Coveralls in does not have a pipeline,[create a new pipeline]({{site.baseurl}}/docs/quick-start/ci-quickstart/create-ci-pipeline/).
88
88
89
89
{% include image.html
90
90
lightbox="true"
@@ -218,4 +218,4 @@ max-width="80%"
218
218
[Steps in pipelines]({{site.baseurl}}/docs/pipelines/steps/)
Copy file name to clipboardExpand all lines: _docs/example-catalog/ci-examples/integration-tests-with-mysql.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ The integration tests look for a MySQL connection at `test_mysql_db:3306`.
30
30
31
31
##Example NodeJS project
32
32
33
-
You can see the example project at[https://github.com/codefreshdemo/cf-example-unit-tests-with-composition](https://github.com/codefreshdemo/cf-example-unit-tests-with-composition){:target=\_blank"}. The repository contains the NodeJS source code and the simple integration test.
33
+
You can see the example project at[https://github.com/codefreshdemo/cf-example-unit-tests-with-composition](https://github.com/codefreshdemo/cf-example-unit-tests-with-composition){:target="\_blank"}. The repository contains the NodeJS source code and the simple integration test.
34
34
35
35
You can play with it locally by using Docker compose to launch both the application and the MySQL Database.
36
36
@@ -105,6 +105,6 @@ Notice that we also use the `readiness` property in the testing phase so that we