Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
5 months ago
by
Riegel
Browse files
Options
Download
Email Patches
Plain Diff
Add coverage reporting to CI/CD-Runner
parent
0a807d1a
dev_gui_features
No related merge requests found
Pipeline
#10345
failed
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+8
-1
.gitlab-ci.yml
CityDoctorParent/Extensions/CityDoctorGUI/src/main/java/de/hft/stuttgart/citydoctor2/gui/MainWindow.java
+0
-1
...ain/java/de/hft/stuttgart/citydoctor2/gui/MainWindow.java
with
8 additions
and
2 deletions
+8
-2
.gitlab-ci.yml
+
8
-
1
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
...
...
This diff is collapsed.
Click to expand it.
CityDoctorParent/Extensions/CityDoctorGUI/src/main/java/de/hft/stuttgart/citydoctor2/gui/MainWindow.java
+
0
-
1
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
)
{
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets