Skip to content

Commit

Permalink
test/coverage: do not force test coverage on windows since it is quit…
Browse files Browse the repository at this point in the history
…e hard to ignore different lines for linux and windows
  • Loading branch information
kaelzhang committed Dec 19, 2022
1 parent c710cf6 commit 85a88c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Expand Up @@ -16,7 +16,7 @@ test_script:
- node --version
- npm --version
# run tests
- npm run test:only
- npm run test:no-coverage

# Don't actually build.
build: off
build: false
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -19,6 +19,7 @@
"test:ignore": "npm run tap test/ignore.js",
"test:others": "npm run tap test/others.js",
"test:cases": "npm run tap test/*.js -- --coverage",
"test:no-coverage": "npm run tap test/*.js -- --no-check-coverage",
"test:only": "npm run test:lint && npm run test:tsc && npm run test:ts && npm run test:cases",
"test": "npm run test:only",
"test:win32": "IGNORE_TEST_WIN32=1 npm run test",
Expand Down

0 comments on commit 85a88c7

Please sign in to comment.