Skip to content

Commit

Permalink
report coverage on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Pessimistress committed Feb 23, 2024
1 parent 6eddb92 commit eb9e792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -39,7 +39,7 @@
"publish": "ocular-publish",
"start": "open https://deck.gl/docs/get-started/getting-started",
"test": "ocular-test",
"test-ci": "ocular-lint && ocular-test browser-headless",
"test-ci": "ocular-lint && ocular-test node && ocular-test cover",
"test-fast": "ocular-test fast",
"test-node": "ocular-test node",
"test-browser": "ocular-test browser",
Expand Down

0 comments on commit eb9e792

Please sign in to comment.