Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
V
vadere
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
110
Issues
110
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
3
Merge Requests
3
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vadere
vadere
Commits
019afe2b
Commit
019afe2b
authored
Jul 16, 2018
by
Benedikt Kleinmeier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
In ".gitlab-ci.yml", call new script "collect_line_and_branch_coverage.py".
# Conflicts: # .gitlab-ci.yml
parent
c6301548
Pipeline
#62084
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
4 deletions
+10
-4
.gitlab-ci.yml
.gitlab-ci.yml
+10
-4
No files found.
.gitlab-ci.yml
View file @
019afe2b
...
...
@@ -9,10 +9,16 @@ unit_tests_with_coverage:
# Watch out: OpenCL code cannot be run on virtual machine. Therefore,
# skip this tests.
#
#
Use following (exclamation) syntax to skip test(s). Please note,
#
exclamation mark may be inserted to escape the "!"
.
#
The comma-separated list of tests after "-Dtest=<list>" is skipped.
#
All other tests are executed normally
.
#
# #Exclude one test class, by using the explanation mark (!)
# Watch out: on some CI instances the exclamation mark must be escaped by a
# backslash. Otherwise, it is interpreted by the executing shell as special
# command.
#
# Following syntaxes allow you to skip whole classes and single methods:
#
# #Exclude one test class
# mvn test -Dtest=!LegacyTest
# # Exclude one test method
# mvn verify -Dtest=!LegacyTest#testFoo
...
...
@@ -23,4 +29,4 @@ unit_tests_with_coverage:
script
:
-
mvn clean
-
mvn test -Dtest=!TestConvolution,!TestBitonicSort,!TestCLLinkedList
-
python3 Tools/collect_line_and_branch_coverage.py
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