diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfc74f0..6f6ad22 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} - files: ./test/coverage/integration.out, ./test/coverage/unit.out + files: ./test/coverage/integration.out,./test/coverage/unit.out test-fedora: name: Build and test Fedora on multiple runners