Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
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
67419493
Commit
67419493
authored
Jun 07, 2021
by
hazlazuardi
Browse files
Configure test coverage
parent
9d731346
Pipeline
#81982
passed with stages
in 5 minutes and 22 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
build.gradle
View file @
67419493
...
...
@@ -47,8 +47,9 @@ jacocoTestReport {
}
afterEvaluate
{
classDirectories
.
setFrom
(
files
(
classDirectories
.
files
.
collect
{
fileTree
(
dir:
it
,
exclude:
[
'**/Main*'
,
"**/CSV*"
,
"**/Student*"
,
"**/Admin*"
,
"**/TeachingAssistant*"
,
"**/Role*"
,
"**/utility/*"
,
]
fileTree
(
dir:
it
,
exclude:
[
'**/Main.*'
,
"**/CSV*.*"
,
"**/Student.*"
,
"**/Admin.*"
,
"**/TeachingAssistant*"
,
"**/Role*"
,
"**/utility/*"
,
],
includes:
[
"**/model/*"
,
"**/User.*"
,
"**/*List.*"
]
)
}))
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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