Fakultas Ilmu Komputer UI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sitodo PMPL
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package 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
PMPL
Examples
Sitodo PMPL
Commits
5e575e54
Verified
Commit
5e575e54
authored
2 years ago
by
Daya Adianto
Browse files
Options
Downloads
Patches
Plain Diff
Remove coverage visualiser in MR
parent
8e499e5f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#147248
passed with stages
in 2 minutes and 53 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+0
-18
0 additions, 18 deletions
.gitlab-ci.yml
with
0 additions
and
18 deletions
.gitlab-ci.yml
+
0
−
18
View file @
5e575e54
...
...
@@ -33,7 +33,6 @@ stages:
-
build
-
test
-
deploy
-
visualize
build
:
stage
:
build
...
...
@@ -79,21 +78,4 @@ test:
-
target/surefire-reports/TEST-*.xml
# TODO: Deploy the project to Heroku or other PaaS of your choice (e.g. Fly.io)
# TODO: Configure 'spotbugs-sast' job (part of SAST job template) so it analyses the compiled Java artifacts
# Taken from: https://docs.gitlab.com/ee/ci/testing/test_coverage_visualization.html#maven-example
coverage_visualization
:
stage
:
visualize
image
:
registry.gitlab.com/haynes/jacoco2cobertura:1.0.8
script
:
-
python /opt/cover2cover.py target/site/jacoco/jacoco.xml $CI_PROJECT_DIR/src/main/java/
> target/site/cobertura.xml
needs
:
-
job
:
test
artifacts
:
true
artifacts
:
reports
:
coverage_report
:
coverage_format
:
cobertura
path
:
target/site/cobertura.xml
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