Skip to content

Commit a1d83a9

Browse files
committed
FIX: error on cov path
1 parent 3bdc2dd commit a1d83a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: codecov/[email protected]
3838
with:
3939
token: ${{ secrets.CODECOV_TOKEN }}
40-
files: src/coverage.lcov
40+
files: src/coverage.xml
4141
fail_ci_if_error: true
4242

4343
build:

0 commit comments

Comments
 (0)