Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SoftEng Group 3
Weekly Planner
Commits
65d2814a
Commit
65d2814a
authored
Jun 06, 2021
by
hazlazuardi
Browse files
Try 1 show test in gitlab
parent
cb2edb34
Pipeline
#81527
failed with stages
in 3 minutes and 11 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
65d2814a
...
...
@@ -19,10 +19,15 @@ build:
test
:
stage
:
test
script
:
-
gradle test
-
gradle check
-
gradle jacocoTestReport
-
gradle jacocoTestCoverageVerification
-
gradle jacocoMergeTest
-
awk -F"," '{ instructions += $4 + $5; covered += $5 } END { print covered, "/", instructions, " instructions covered"; print 100*covered/instructions, "% covered" }' $JACOCO_CSV_LOCATION
artifacts
:
when
:
always
paths
:
-
build/jacoco/test.exec
\ No newline at end of file
-
build/jacoco/test.exec
reports
:
junit
:
build/test-results/test/**/TEST-*.xml
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment