Skip to content

Commit

Permalink
chore: remove coverage task (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua authored Dec 19, 2024
1 parent 2222874 commit 68da44c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: deno task ok

- name: Create lcov file
run: deno task coverage --lcov --output=cov.lcov
run: deno coverage --lcov --output=cov.lcov

- name: Upload coverage
uses: codecov/codecov-action@v5
Expand Down
1 change: 0 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"test:dev": "deno task redis:start && deno task test || redis-cli SHUTDOWN",
"bench": "deno bench --allow-net --allow-env",
"bench:dev": "deno task redis:start && deno task bench",
"coverage": "deno coverage coverage",
"ok": "deno fmt --check && deno lint && deno task test",
"ok:dev": "deno fmt --check && deno lint && deno task test:dev"
},
Expand Down

0 comments on commit 68da44c

Please sign in to comment.