Skip to content

Commit

Permalink
Update: Codecov configuration and GitHub Actions (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rolf-Smit authored Apr 12, 2024
1 parent 297b90b commit 77b7513
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: macOS-latest
steps:
- name: checkout
uses: actions/checkout@v3
- uses: actions/setup-java@v3
uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '17'
Expand All @@ -19,6 +19,7 @@ jobs:
api-level: 28
script: ./gradlew clean test --stacktrace
- name: upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./plugin/build/reports/jacoco/test/jacocoTestReport.xml
files: ./plugin/build/reports/jacoco/test/jacocoTestReport.xml
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 77b7513

Please sign in to comment.