File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will build a Java project with Maven
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
3
3
4
- name : Java CI with Maven
4
+ name : Run Test Coverage
5
5
6
6
on :
7
7
push :
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >org.sourcelab</groupId >
8
8
<artifactId >java-hkp-client</artifactId >
9
- <version >0.1.0 </version >
9
+ <version >0.1.1-SNAPSHOT </version >
10
10
11
11
<!-- Require Maven 3.3.9 -->
12
12
<prerequisites >
185
185
<configuration >
186
186
<header >LICENSE.txt</header >
187
187
<excludes >
188
- <exclude >**/.md</exclude >
189
- <exclude >**/.bak</exclude >
190
- <exclude >**.yml</exclude >
191
- <exclude >**.yaml</exclude >
192
- <exclude >**.xml</exclude >
188
+ <exclude >**/* .md</exclude >
189
+ <exclude >**/* .bak</exclude >
190
+ <exclude >**/* .yml</exclude >
191
+ <exclude >**/* .yaml</exclude >
192
+ <exclude >**/* .xml</exclude >
193
193
<exclude >build/**</exclude >
194
194
<exclude >src/test/resources/**</exclude >
195
195
<exclude >src/main/resources/**</exclude >
308
308
</profile >
309
309
</profiles >
310
310
311
- </project >
311
+ </project >
You can’t perform that action at this time.
0 commit comments