We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55e7a1f + e0f7929 commit fc4674cCopy full SHA for fc4674c
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: codecov/codecov-action@v5
28
with:
29
token: ${{ secrets.CODECOV_TOKEN }}
30
- files: ./test/coverage/integration.out, ./test/coverage/unit.out
+ files: ./test/coverage/integration.out,./test/coverage/unit.out
31
32
test-fedora:
33
name: Build and test Fedora on multiple runners
0 commit comments