Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
signature
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lib
unicaen
signature
Commits
1926ff57
Commit
1926ff57
authored
7 months ago
by
Stephane Bouvry
Browse files
Options
Downloads
Patches
Plain Diff
Test sans la couverture de code
parent
ee84ac9a
No related branches found
No related tags found
No related merge requests found
Pipeline
#31621
failed
7 months ago
Stage: test
Stage: publish
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+1
-14
1 addition, 14 deletions
.gitlab-ci.yml
with
1 addition
and
14 deletions
.gitlab-ci.yml
+
1
−
14
View file @
1926ff57
...
@@ -15,11 +15,6 @@ cache:
...
@@ -15,11 +15,6 @@ cache:
-
vendor/
-
vendor/
before_script
:
before_script
:
# Création du répertoire pour PHPUnit
-
mkdir -p tests/_output
# On installe XDEBUG pour la couverture de code
-
pecl install xdebug
-
docker-php-ext-enable xdebug
# Met à jour Composer et installe les dépendances
# Met à jour Composer et installe les dépendances
-
apt-get update -yqq
-
apt-get update -yqq
-
apt-get install git unzip -yqq
-
apt-get install git unzip -yqq
...
@@ -30,15 +25,7 @@ test:
...
@@ -30,15 +25,7 @@ test:
stage
:
test
stage
:
test
script
:
script
:
# Exécute les tests PHPUnit
# Exécute les tests PHPUnit
-
XDEBUG_MODE=coverage ./vendor/bin/phpunit --colors=always --coverage-text
-
./vendor/bin/phpunit --colors=always
artifacts
:
# Sauvegarde les résultats des tests dans les artefacts
when
:
always
expire_in
:
1 week
paths
:
-
tests/_output/
reports
:
junit
:
tests/_output/junit.xml
# Publication de la librairie
# Publication de la librairie
update-satis
:
update-satis
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment