Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
ARSnova Backend
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Moritz Lambrecht
ARSnova Backend
Commits
4ad3216e
Commit
4ad3216e
authored
Sep 24, 2012
by
Paul-Christian Volkmer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added cobertura to project configuration
parent
58772f94
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
pom.xml
pom.xml
+11
-0
src/site/site.xml
src/site/site.xml
+1
-0
No files found.
pom.xml
View file @
4ad3216e
...
...
@@ -289,6 +289,17 @@
<configuration>
</configuration>
</plugin>
<plugin>
<groupId>
org.codehaus.mojo
</groupId>
<artifactId>
cobertura-maven-plugin
</artifactId>
<version>
2.5.1
</version>
<configuration>
<formats>
<format>
xml
</format>
<format>
html
</format>
</formats>
</configuration>
</plugin>
</plugins>
</build>
...
...
src/site/site.xml
View file @
4ad3216e
...
...
@@ -56,6 +56,7 @@
<item
name=
"Issue Tracking"
href=
"issue-tracking.html"
/>
<item
name=
"Continuous Integration"
href=
"integration.html"
/>
<item
name=
"Source Repository"
href=
"source-repository.html"
/>
<item
name=
"Metrics"
href=
"cobertura/index.html"
/>
</menu>
</body>
...
...
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