Skip to content

Commit

Permalink
Removing NUnit test reporter (#5416)
Browse files Browse the repository at this point in the history
* Remove NUnit test reporter

* Remove jest-*.json
  • Loading branch information
compulim authored Jan 29, 2025
1 parent b40802d commit fc69871
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 315 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/pull-request-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ jobs:
run: |
ls -laR .
mv jest.json jest-unit.json
mv lcov.info lcov-unit.info
mv nunit3.xml nunit3-unit.xml
mv result.trx result-unit.trx
working-directory: ./coverage

Expand All @@ -160,9 +158,7 @@ jobs:
with:
name: test-result-unit
path: |
./coverage/jest-*.json
./coverage/lcov-*.info
./coverage/nunit3-*.xml
./coverage/result-*.trx
type-definitions-test:
Expand Down Expand Up @@ -266,9 +262,7 @@ jobs:
run: |
ls -laR .
mv jest.json jest-${{ matrix.shard-index }}.json
mv lcov.info lcov-${{ matrix.shard-index }}.info
mv nunit3.xml nunit3-${{ matrix.shard-index }}.xml
mv result.trx result-${{ matrix.shard-index }}.trx
working-directory: ./coverage

Expand All @@ -278,9 +272,7 @@ jobs:
with:
name: test-result-html-${{ matrix.shard-index }}
path: |
./coverage/jest-*.json
./coverage/lcov-*.info
./coverage/nunit3-*.xml
./coverage/result-*.trx
- if: failure()
Expand Down
300 changes: 0 additions & 300 deletions __tests__/setup/NUnitTestReporter.js

This file was deleted.

7 changes: 0 additions & 7 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,6 @@ module.exports = {
]
}
],
[
'./__tests__/setup/NUnitTestReporter',
{
filename: join(__dirname, 'coverage/nunit3.xml'),
jestResultFilename: join(__dirname, 'coverage/jest.json')
}
],
['github-actions', { silent: false }]
]
};

0 comments on commit fc69871

Please sign in to comment.