Skip to content

Commit d1ac616

Browse files
committed
Remove code coverage reporting from PRs
1 parent d178594 commit d1ac616

File tree

12 files changed

+221
-3866
lines changed

12 files changed

+221
-3866
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,8 @@ jobs:
4040

4141
- name: Run unit and integration tests
4242
run: |
43-
gulp cov:instrument
4443
gulp test
45-
gulp cov:merge
4644
npm run test:artifacts
4745
env:
4846
CODE_VERSION: 1.45.0
4947
DISPLAY: :99.0
50-
51-
- name: Report unit test coverage
52-
uses: codecov/codecov-action@v1
53-
with:
54-
token: ${{ secrets.CODECOV_TOKEN }}
55-
files: ./coverage/unit/lcov.info
56-
flags: unit
57-
58-
- name: Report integration test coverage
59-
uses: codecov/codecov-action@v1
60-
with:
61-
token: ${{ secrets.CODECOV_TOKEN }}
62-
files: ./coverage/integration/lcov.info
63-
flags: integration

gulpfile.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ require('./tasks/testTasks');
1414
require('./tasks/onlinePackagingTasks');
1515
require('./tasks/offlinePackagingTasks');
1616
require('./tasks/backcompatTasks');
17-
require('./tasks/coverageTasks');
1817

1918
// Disable warning about wanting an async function
2019
// tslint:disable-next-line

offline.vscodeignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ tsconfig.json
3333
tslint.json
3434
wallaby.js
3535
webpack.config.js
36-
codecov.yml
3736

3837
!src/razor/language-configuration.json
3938
!src/razor/syntaxes/*

0 commit comments

Comments
 (0)