We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f34f65f commit e25d435Copy full SHA for e25d435
1 file changed
.github/workflows/main.yml
@@ -129,6 +129,6 @@ jobs:
129
if: ${{ !cancelled() }}
130
uses: codecov/codecov-action@v5
131
with:
132
- files: server/tests/coap_results.xml, server/tests/coaps_results.xml, client/tests/coap_results.xml, client/tests/coaps_results.xml
+ files: server/tests/coap_results.xml,server/tests/coaps_results.xml,client/tests/coap_results.xml,client/tests/coaps_results.xml
133
token: ${{ secrets.CODECOV_TOKEN }}
134
report_type: test_results
0 commit comments