Skip to content

Commit

Permalink
Remove codecoverage
Browse files Browse the repository at this point in the history
  • Loading branch information
casid committed Jul 3, 2024
1 parent c87d888 commit 745e451
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,29 +26,3 @@ jobs:
run: ./mvnw package --file pom.xml --batch-mode
env:
MAVEN_OPTS: -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn


coverage:

runs-on: ubuntu-latest

steps:
- name: Checkout
uses: actions/checkout@v1
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
- name: Make Maven Wrapper executable
if: contains(matrix.os, 'win') == false
run: chmod +x ./mvnw
- name: Build with Maven
run: ./mvnw verify --file pom.xml --batch-mode -Pcoverage
env:
MAVEN_OPTS: -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

- name: Upload coverage report
uses: codecov/codecov-action@v1
with:
file: ./stripes-test-report/target/site/jacoco-aggregate/jacoco.xml
fail_ci_if_error: true

0 comments on commit 745e451

Please sign in to comment.