Skip to content

Commit 5fca83c

Browse files
[CONFIG] Minor fix for config (- WIP #365 -)
Changes in file .github/workflows/Tests.yml: * removed extra space
1 parent 0dc4fc4 commit 5fca83c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
with:
133133
token: ${{ secrets.CODECOV_TOKEN }}
134134
job_code: ${{ github.run_id }}-${{ github.run_number }}
135-
files: ./coverage.xml,./test-reports/coverage.xml
135+
files: ./coverage.xml,./test-reports/coverage.xml
136136
directory: .
137137
env_vars: OS,PYTHON_VERSION
138138
flags: multicast

0 commit comments

Comments
 (0)