Skip to content

Commit

Permalink
Remove reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
ncalteen committed Oct 31, 2024
1 parent fe424f4 commit 2abb7e9
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 60 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,6 @@ jobs:
id: npm-ci-test
run: npm run ci-test

- name: Report Tests
id: report
uses: dorny/test-reporter@v1
with:
name: Test Report
path: reports/jest-*.xml
reporter: jest-junit

test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest
Expand Down
43 changes: 0 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
},
"license": "MIT",
"jest-junit": {
"outputDirectory": "reports",
"outputName": "jest-junit.xml"
},
"jest": {
"preset": "ts-jest",
"verbose": true,
Expand Down Expand Up @@ -68,10 +64,6 @@
"collectCoverage": true,
"collectCoverageFrom": [
"./src/**"
],
"reporters": [
"default",
"jest-junit"
]
},
"dependencies": {
Expand All @@ -90,7 +82,6 @@
"eslint-plugin-jsonc": "^2.16.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.3.3",
"prettier-eslint": "^16.3.0",
Expand Down

0 comments on commit 2abb7e9

Please sign in to comment.