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 b9d79e5 commit dcbca59Copy full SHA for dcbca59
.github/workflows/ci-testing.yml
@@ -41,6 +41,7 @@ jobs:
41
run: yarn run test:unit --coverage --collectCoverageOnlyFrom ./src/**
42
43
- name: Report coverage
44
- uses: vebr/[email protected].0
+ uses: vebr/[email protected].1
45
with:
46
github-token: ${{ secrets.GITHUB_TOKEN }}
47
+ update-comment: true
0 commit comments