Skip to content

Commit 016ca1b

Browse files
committed
ci: remove codecov and LWC tests for now
1 parent b8364f7 commit 016ca1b

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/ci-pr.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -93,17 +93,6 @@ jobs:
9393
echo One of more Code Analyzer critical or high severity violations found
9494
exit 1
9595
96-
# LWC unit tests
97-
- name: 'Unit test Lightning Web Components'
98-
run: npm run test:unit:coverage
99-
100-
# Upload code coverage data
101-
- name: 'Upload code coverage for LWC to Codecov.io'
102-
uses: codecov/codecov-action@v4
103-
with:
104-
token: ${{ secrets.CODECOV_TOKEN }}
105-
flags: LWC
106-
10796
# Auto merge Dependabot PRs for:
10897
# - patch updates on prod dependencies
10998
# - minor updates on dev dependencies
@@ -201,13 +190,6 @@ jobs:
201190
- name: 'Run Apex tests'
202191
run: sf apex test run -c -r human -d ./tests/apex -w 20
203192

204-
# Upload code coverage data
205-
- name: 'Upload code coverage for Apex to Codecov.io'
206-
uses: codecov/codecov-action@v4
207-
with:
208-
token: ${{ secrets.CODECOV_TOKEN }}
209-
flags: Apex
210-
211193
# Housekeeping
212194
- name: 'Delete scratch org'
213195
if: always()

0 commit comments

Comments
 (0)