Skip to content

Commit add168f

Browse files
committed
fix trailing comma
1 parent cd17677 commit add168f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: codecov/codecov-action@v4
4646
if: matrix.os == 'ubuntu-latest'
4747
with:
48-
files: ./coverage.xml,
48+
files: ./coverage.xml
4949
fail_ci_if_error: true # optional (default = false)
5050
verbose: true # optional (default = false)
5151
env:

0 commit comments

Comments
 (0)