Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edgedalmacio authored and mergify[bot] committed Jan 4, 2025
1 parent 513239c commit fec03e9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
pull_request:
branches: [ "master" ]

env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}

jobs:
verify:

Expand All @@ -26,4 +23,6 @@ jobs:
- name: Build with Maven
run: mvn -B clean org.jacoco:jacoco-maven-plugin:prepare-agent verify appengine:stage --file pom.xml
- name: Run Codacy Coverage Reporter
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r 'target/site/jacoco/jacoco.xml'

0 comments on commit fec03e9

Please sign in to comment.