Skip to content

Commit ee1ad00

Browse files
committed
style: COVERAGE_REPORT_PATH is not needed
1 parent 25453f8 commit ee1ad00

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/build.yml

-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Build
22
on: [push, pull_request]
33

4-
env:
5-
COVERAGE_REPORT_PATH: "target/site/jacoco/jacoco.xml"
6-
74
jobs:
85
build:
96
runs-on: ubuntu-latest
@@ -22,7 +19,6 @@ jobs:
2219
github.event.pull_request.head.repo.full_name != github.repository
2320
uses: codecov/codecov-action@v4
2421
with:
25-
files: "${{ env.COVERAGE_REPORT_PATH }}"
2622
fail_ci_if_error: true
2723
- name: Upload coverage to codecov (with token)
2824
if: >
@@ -32,5 +28,4 @@ jobs:
3228
uses: codecov/codecov-action@v4
3329
with:
3430
token: ${{ secrets.CODECOV_TOKEN }}
35-
files: "${{ env.COVERAGE_REPORT_PATH }}"
3631
fail_ci_if_error: true

0 commit comments

Comments
 (0)