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 2b30ad3 commit 1a496c4Copy full SHA for 1a496c4
.github/workflows/ci-badges.yml
@@ -48,7 +48,7 @@ jobs:
48
color: brightgreen
49
path: TestResults/${{ steps.get_subfolder.outputs.subfolder_name }}/coverage.opencover.xml
50
gist-filename: code-coverage.json
51
- gist-id: ${{ env.GIST_REPO_ID }}
+ gist-id: ${{ vars.GIST_REPO_ID }}
52
gist-auth-token: ${{ secrets.GIST_AUTH_TOKEN }}
53
- name: Print code coverage
54
run: echo "Code coverage percentage ${{steps.create_coverage_badge.outputs.percentage}}%"
0 commit comments