Skip to content

Commit 77b7513

Browse files
authored
Update: Codecov configuration and GitHub Actions (#100)
1 parent 297b90b commit 77b7513

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: macOS-latest
99
steps:
1010
- name: checkout
11-
uses: actions/checkout@v3
12-
- uses: actions/setup-java@v3
11+
uses: actions/checkout@v4
12+
- uses: actions/setup-java@v4
1313
with:
1414
distribution: 'zulu'
1515
java-version: '17'
@@ -19,6 +19,7 @@ jobs:
1919
api-level: 28
2020
script: ./gradlew clean test --stacktrace
2121
- name: upload coverage
22-
uses: codecov/codecov-action@v3
22+
uses: codecov/codecov-action@v4
2323
with:
24-
files: ./plugin/build/reports/jacoco/test/jacocoTestReport.xml
24+
files: ./plugin/build/reports/jacoco/test/jacocoTestReport.xml
25+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)