We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba8f4a commit 2b4e7e4Copy full SHA for 2b4e7e4
1 file changed
.github/workflows/code-cov.yml
@@ -50,7 +50,7 @@ jobs:
50
poetry run pytest --cov=splunk_add_on_ucc_framework --cov-report=json:/tmp/coverage/pr-coverage.json tests/unit
51
52
- name: Process coverage data and comment on PR
53
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
54
with:
55
script: |
56
const { default: compareDiff } = await import('${{ github.workspace }}/.github/scripts/code-coverage.mjs')
0 commit comments