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 edc6714 commit 1104aa7Copy full SHA for 1104aa7
.github/workflows/Tests.yml
@@ -117,7 +117,7 @@ jobs:
117
uses: codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
118
with:
119
token: ${{ secrets.CODECOV_TOKEN }}
120
- job_code: ${{ join( [github.run_id, github.run_number], '-' ) }}
+ job_code: ${{ github.run_id }}-${{ github.run_number }}
121
os: ${{ matrix.os }}
122
files: ./coverage.xml
123
directory: .
0 commit comments