8000
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 e263cf3 commit a5dbd0fCopy full SHA for a5dbd0f
.github/workflows/test_coverage.yml
@@ -72,5 +72,5 @@ jobs:
72
env:
73
webhook_url: ${{ secrets.STDLIB_COVERAGE_URL }}
74
webhook_secret: ${{ secrets.STDLIB_WEBHOOK_SECRET }}
75
- data: '${{ steps.extract-coverage.outputs.coverage }}'
+ data: '{ "coverage": ${{ steps.extract-coverage.outputs.coverage }}, "run_id": "${{ github.run_id }}" }'
76
if: ${{ false }}
0 commit comments