mirror of
https://codeberg.org/PGPainless/sop-java.git
synced 2024-12-21 12:47:56 +01:00
Clean up woodpecker scripts
This commit is contained in:
parent
5fb1146dfb
commit
1e9b1c77d3
2 changed files with 8 additions and 2 deletions
|
@ -1,7 +1,11 @@
|
||||||
pipeline:
|
pipeline:
|
||||||
|
|
||||||
run:
|
run:
|
||||||
image: gradle:7.5-jdk8
|
image: gradle:7.5-jdk8
|
||||||
commands:
|
commands:
|
||||||
- gradle --no-daemon assemble test check javadocAll jacocoRootReport coveralls
|
# Code works
|
||||||
|
- gradle test
|
||||||
|
# Code is clean
|
||||||
|
- gradle check javadocAll
|
||||||
|
# Code has coverage
|
||||||
|
- gradle jacocoRootReport coveralls
|
||||||
secrets: [COVERALLS_REPO_TOKEN]
|
secrets: [COVERALLS_REPO_TOKEN]
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
# Code is licensed properly
|
||||||
|
# See https://reuse.software/
|
||||||
pipeline:
|
pipeline:
|
||||||
reuse:
|
reuse:
|
||||||
image: fsfe/reuse:latest
|
image: fsfe/reuse:latest
|
||||||
|
|
Loading…
Reference in a new issue