Clean up woodpecker scripts

This commit is contained in:
Paul Schaub 2022-08-01 16:09:41 +02:00
parent 5fb1146dfb
commit 1e9b1c77d3
Signed by: vanitasvitae
GPG Key ID: 62BEE9264BF17311
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,11 @@
pipeline:
run:
image: gradle:7.5-jdk8
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]

View File

@ -1,3 +1,5 @@
# Code is licensed properly
# See https://reuse.software/
pipeline:
reuse:
image: fsfe/reuse:latest