Skip to content

Commit fc4674c

Browse files
authored
Merge pull request #67 from rmiki-dev/code-cov
fix: removes whitespace causing file not found error
2 parents 55e7a1f + e0f7929 commit fc4674c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: codecov/codecov-action@v5
2828
with:
2929
token: ${{ secrets.CODECOV_TOKEN }}
30-
files: ./test/coverage/integration.out, ./test/coverage/unit.out
30+
files: ./test/coverage/integration.out,./test/coverage/unit.out
3131

3232
test-fedora:
3333
name: Build and test Fedora on multiple runners

0 commit comments

Comments
 (0)