Kevin Pfeifer 2 years ago
parent
commit
ebbe849559
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -145,7 +145,7 @@ jobs:
       if: matrix.php-version == '8.0'
       uses: codecov/codecov-action@v3
       with:
-        files: ['coverage.xml', 'coverage-functions.xml']
+        files: coverage.xml,coverage-functions.xml
 
 
   testsuite-windows: