Skip to content

Commit e4ac4f8

Browse files
committed
Fix codecov "file"->"files" parameter
1 parent 6c035aa commit e4ac4f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
uses: codecov/codecov-action@1e68e06f1dbfde0e4cefc87efeba9e4643565303 # v5.1.2
7777
with:
7878
token: ${{ secrets.CODECOV_TOKEN }}
79-
file: ./target/site/jacoco/jacoco.xml
79+
files: ./target/site/jacoco/jacoco.xml
8080
flags: unittests
8181

8282
trigger-dep-builds-v2:

0 commit comments

Comments
 (0)