Skip to content

Commit 8c3c535

Browse files
Merge pull request #167 from Typeform/chore/plt-3524-cleanup-coverage
chore(PLT-3524): remove orphaned SonarCloud coverage plumbing
2 parents 1139e80 + 6dcdf80 commit 8c3c535

1 file changed

Lines changed: 3 additions & 16 deletions

File tree

.github/workflows/pr.yml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
node_version:
14-
- 24 # end of life 2028-04-30 # coverage file uploaded from this version
14+
- 24 # end of life 2028-04-30
1515
name: build-lint-test - node ${{ matrix.node_version }}
1616
steps:
1717
- name: Check out Git repository
@@ -43,21 +43,8 @@ jobs:
4343
run: yarn lint
4444

4545
- name: Unit tests
46-
run: yarn test:unit --coverage
46+
run: yarn test:unit
4747

4848
- name: Integration tests
49-
run: (yarn server &) && sleep 1 && yarn test:integration --coverage
50-
51-
- name: Merge coverage reports and generate lcov.info
52-
run: |
53-
mkdir -p .nyc_output
54-
npx nyc merge ./coverage
55-
npx nyc report --reporter=lcov --temp-dir ./coverage
56-
57-
- name: Upload coverage file
58-
uses: actions/upload-artifact@v7
59-
with:
60-
name: coverage-report
61-
path: ./coverage/lcov.info
62-
retention-days: 1
49+
run: (yarn server &) && sleep 1 && yarn test:integration
6350

0 commit comments

Comments
 (0)