Skip to content

Commit

Permalink
Merge pull request #1035 from colinhacks/coverage
Browse files Browse the repository at this point in the history
Code coverage
  • Loading branch information
colinhacks committed Mar 19, 2022
2 parents b6006f3 + 4bd66a4 commit 6173d5c
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
if: steps.publish.outputs.type == 'none'
run: |
echo "Version in package.json has not changed. Skipping."
exit 1
exit 0
- name: Configure changelog
if: steps.publish.outputs.type != 'none'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- run: yarn build
- run: yarn test


test-deno:
runs-on: ubuntu-latest
strategy:
Expand Down
1 change: 0 additions & 1 deletion coverage.svg

This file was deleted.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"rollup": "rollup --config rollup.config.js",
"test": "jest --coverage",
"test:deno": "cd deno && deno test",
"badge": "make-coverage-badge --output-path ./coverage.svg",
"prepublishOnly": "npm run test && npm run build && npm run build:deno",
"play": "nodemon -e ts -w . -x ts-node src/playground.ts --project tsconfig.json --trace-warnings",
"depcruise": "depcruise -c .dependency-cruiser.js src",
Expand All @@ -82,7 +81,6 @@
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^12.3.7",
"make-coverage-badge": "^1.2.0",
"nodemon": "^2.0.15",
"prettier": "^2.6.0",
"pretty-quick": "^3.1.3",
Expand Down
12 changes: 0 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3598,13 +3598,6 @@ lru-cache@^6.0.0:
dependencies:
yallist "^4.0.0"

make-coverage-badge@^1.2.0:
version "1.2.0"
resolved "https://registry.npmjs.org/make-coverage-badge/-/make-coverage-badge-1.2.0.tgz"
integrity sha512-nA1eQZJ9vcY2UoQLVIdzqyRoNtAZHWlXJfrHkaMB/pQgTYBPmbImkykfxWeAtUQuLJXzb6eAhbR7nEgrt+S7FA==
dependencies:
mri "1.1.4"

make-dir@^3.0.0:
version "3.1.0"
resolved "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz"
Expand Down Expand Up @@ -3676,11 +3669,6 @@ minimist@^1.2.0, minimist@^1.2.5:
resolved "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz"
integrity sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==

mri@1.1.4:
version "1.1.4"
resolved "https://registry.npmjs.org/mri/-/mri-1.1.4.tgz"
integrity sha512-6y7IjGPm8AzlvoUrwAaw1tLnUBudaS3752vcd8JtrpGGQn+rXIe63LFVHm/YMwtqAuh+LJPCFdlLYPWM1nYn6w==

mri@^1.1.5:
version "1.2.0"
resolved "https://registry.yarnpkg.com/mri/-/mri-1.2.0.tgz#6721480fec2a11a4889861115a48b6cbe7cc8f0b"
Expand Down

0 comments on commit 6173d5c

Please sign in to comment.