Skip to content

Commit e2437c4

Browse files
committed
address comment: remove coverage upload
1 parent 1f0e619 commit e2437c4

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.github/workflows/code-health-fork.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,6 @@ jobs:
3535
run: npm ci
3636
- name: Run tests
3737
run: npm test
38-
- name: Upload test results
39-
if: always() && matrix.os == 'ubuntu-latest'
40-
uses: actions/upload-artifact@v4
41-
with:
42-
name: test-results
43-
path: coverage/lcov.info
4438
run-atlas-local-tests:
4539
name: Run Atlas Local tests
4640
if: github.event.pull_request.user.login == 'dependabot[bot]'
@@ -55,10 +49,4 @@ jobs:
5549
- name: Install dependencies
5650
run: npm ci
5751
- name: Run tests
58-
run: npm test -- tests/integration/tools/atlas-local/
59-
- name: Upload test results
60-
uses: actions/upload-artifact@v4
61-
if: always()
62-
with:
63-
name: atlas-local-test-results
64-
path: coverage/lcov.info
52+
run: npm test -- tests/integration/tools/atlas-local/

0 commit comments

Comments
 (0)