Skip to content

Commit edc6714

Browse files
[HOTFIX] Errare humanum est
Changes in file .github/workflows/Tests.yml: * fixed syntax (hopefully)
1 parent d243f40 commit edc6714

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
@@ -269,7 +269,7 @@ jobs:
269269
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
270270
with:
271271
token: ${{ secrets.CODECOV_TOKEN }}
272-
job_code: ${{ join( [github.run_id, github.run_number], '-' ) }}
272+
job_code: ${{ github.run_id }}-${{ github.run_number }}
273273
os: ${{ matrix.os }}
274274
files: ./test-reports/coverage_supplement.xml,./test-reports/coverage.xml
275275
directory: .

0 commit comments

Comments
 (0)