Skip to content

Commit 055831d

Browse files
authored
Merge pull request #84 from rtucek/testing/remove-code-coverage-upload
Remove code coverage upload in PRs
2 parents 04dfa97 + 5ab9880 commit 055831d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/ci-testing.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,3 @@ jobs:
3939

4040
- name: Unit Test
4141
run: yarn run test:unit --coverage --collectCoverageOnlyFrom ./src/**
42-
43-
- name: Report coverage
44-
uses: vebr/[email protected]
45-
with:
46-
github-token: ${{ secrets.GITHUB_TOKEN }}
47-
update-comment: true

0 commit comments

Comments
 (0)