Enh coverage
Compare changes
+ 46
− 16
@@ -2,7 +2,7 @@
@@ -2,7 +2,7 @@
@@ -18,7 +18,7 @@ tests:
@@ -18,7 +18,7 @@ tests:
@@ -26,24 +26,26 @@ git commit -m "First version - Projection installation in CI"
@@ -26,24 +26,26 @@ git commit -m "First version - Projection installation in CI"
Add the required steps in the `script` section of the `.gitlab-ci.yml` file to [run the tests](../README.md#run-the-tests).
@@ -54,11 +56,11 @@ Provide the coverage report as an artifact by adding in the `.gitlab-ci.yml` fil
@@ -54,11 +56,11 @@ Provide the coverage report as an artifact by adding in the `.gitlab-ci.yml` fil
@@ -83,6 +85,34 @@ To do so on this project:
@@ -83,6 +85,34 @@ To do so on this project:
Let's introduce another useful feature of GitLab-CI: [the pipelines](https://docs.gitlab.com/ee/ci/pipelines/).