Skip to content

Commit

Permalink
downgrade action
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgardner committed May 10, 2024
1 parent 083a2f0 commit 8138f0e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/translator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: maven
- run: |
mvn -B install --file ./translator/pom.xml
find ./translator
- name: Add coverage to PR
id: jacoco
uses: madrapps/jacoco-report@v1.6.1
uses: madrapps/jacoco-report@v1.4
with:
paths: ${{ github.workspace }}/**/target/site/jacoco/jacoco.xml
paths: ./translator/target/site/jacoco/jacoco.xml
token: ${{ secrets.GITHUB_TOKEN }}
min-coverage-overall: 80
min-coverage-changed-files: 80
Expand Down

0 comments on commit 8138f0e

Please sign in to comment.