Skip to content

Commit 5ab9880

Browse files
committed
Remove code coverage upload in PRs
As seen in #83, code coverage upload as a comment in the PR doesn't work if the PR is opened by someone without direct write access to this repository. This is due to a [limitation in Github Actions](https://github.community/t/github-actions-are-severely-limited-on-prs/18179#M9249).
1 parent 27b63bb commit 5ab9880

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/jest-lcov-reporter@v0.2.1
45-
with:
46-
github-token: ${{ secrets.GITHUB_TOKEN }}
47-
update-comment: true

0 commit comments

Comments
 (0)