We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d243f40 commit edc6714Copy full SHA for edc6714
.github/workflows/Tests.yml
@@ -269,7 +269,7 @@ jobs:
269
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
270
with:
271
token: ${{ secrets.CODECOV_TOKEN }}
272
- job_code: ${{ join( [github.run_id, github.run_number], '-' ) }}
+ job_code: ${{ github.run_id }}-${{ github.run_number }}
273
os: ${{ matrix.os }}
274
files: ./test-reports/coverage_supplement.xml,./test-reports/coverage.xml
275
directory: .
0 commit comments