Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CityDoctor
CityDoctor2
Commits
6c7e8665
Commit
6c7e8665
authored
Nov 15, 2024
by
Riegel
Browse files
Add coverage reporting to CI/CD-Runner
parent
0a807d1a
Pipeline
#10345
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
6c7e8665
image
:
maven:3.8.6-eclipse-temurin-17
test
:
script
:
-
mvn $MAVEN_CLI_OPTS clean org.jacoco-maven-plugin:prepare-agent test jacoco:report
artifacts
:
reports
:
coverage_report
:
coverage_format
:
jacoco
path
:
target/site/jacoco/jacoco.xml
build
:
script
:
-
cd CityDoctorParent
...
...
CityDoctorParent/Extensions/CityDoctorGUI/src/main/java/de/hft/stuttgart/citydoctor2/gui/MainWindow.java
View file @
6c7e8665
...
...
@@ -1158,7 +1158,6 @@ public class MainWindow extends Application {
searchBtn
.
fire
();
featureView
.
getSelectionModel
().
select
(
0
);
featureView
.
getSelectionModel
().
getSelectedItem
().
getValue
().
visit
(
renderer
);
}
private
Pair
<
Tab
,
TreeView
<
Renderable
>>
getFeatureTabOf
(
CityObject
co
)
{
...
...
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