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
83ab1f04
Commit
83ab1f04
authored
Jun 07, 2021
by
hazlazuardi
Browse files
Try to exclude class from test
parent
1e66f488
Pipeline
#81937
passed with stages
in 3 minutes and 34 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Users.csv
View file @
83ab1f04
admin,Admin
st,Student
ta,Teaching Assistant
Test,Teaching Assistant
A,Student
B,Student
C,Student
build.gradle
View file @
83ab1f04
...
...
@@ -47,7 +47,8 @@ jacocoTestReport {
}
afterEvaluate
{
classDirectories
.
setFrom
(
files
(
classDirectories
.
files
.
collect
{
fileTree
(
dir:
it
,
exclude:
[
'**/Main*.class'
]
fileTree
(
dir:
it
,
exclude:
[
'**/Main*'
,
"**/CSV*"
,
"**/Student*"
,
"**/Admin*"
,
"**/TeachingAssistant*"
]
)
}))
}
...
...
Write
Preview
Supports
Markdown
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