Skip to content

Commit fc69871

Browse files
authored
Removing NUnit test reporter (#5416)
* Remove NUnit test reporter * Remove jest-*.json
1 parent b40802d commit fc69871

File tree

3 files changed

+0
-315
lines changed

3 files changed

+0
-315
lines changed

.github/workflows/pull-request-validation.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -148,9 +148,7 @@ jobs:
148148
run: |
149149
ls -laR .
150150
151-
mv jest.json jest-unit.json
152151
mv lcov.info lcov-unit.info
153-
mv nunit3.xml nunit3-unit.xml
154152
mv result.trx result-unit.trx
155153
working-directory: ./coverage
156154

@@ -160,9 +158,7 @@ jobs:
160158
with:
161159
name: test-result-unit
162160
path: |
163-
./coverage/jest-*.json
164161
./coverage/lcov-*.info
165-
./coverage/nunit3-*.xml
166162
./coverage/result-*.trx
167163
168164
type-definitions-test:
@@ -266,9 +262,7 @@ jobs:
266262
run: |
267263
ls -laR .
268264
269-
mv jest.json jest-${{ matrix.shard-index }}.json
270265
mv lcov.info lcov-${{ matrix.shard-index }}.info
271-
mv nunit3.xml nunit3-${{ matrix.shard-index }}.xml
272266
mv result.trx result-${{ matrix.shard-index }}.trx
273267
working-directory: ./coverage
274268

@@ -278,9 +272,7 @@ jobs:
278272
with:
279273
name: test-result-html-${{ matrix.shard-index }}
280274
path: |
281-
./coverage/jest-*.json
282275
./coverage/lcov-*.info
283-
./coverage/nunit3-*.xml
284276
./coverage/result-*.trx
285277
286278
- if: failure()

__tests__/setup/NUnitTestReporter.js

Lines changed: 0 additions & 300 deletions
This file was deleted.

jest.config.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ module.exports = {
5757
]
5858
}
5959
],
60-
[
61-
'./__tests__/setup/NUnitTestReporter',
62-
{
63-
filename: join(__dirname, 'coverage/nunit3.xml'),
64-
jestResultFilename: join(__dirname, 'coverage/jest.json')
65-
}
66-
],
6760
['github-actions', { silent: false }]
6861
]
6962
};

0 commit comments

Comments
 (0)