Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
talentlessguy committed Nov 9, 2023
1 parent 8768128 commit 5614d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
deno-version: v1.x
- name: Run tests
run: deno test --allow-net --coverage=coverage
run: deno task test
- name: Create coverage report
run: deno coverage ./coverage --lcov > coverage.lcov
- name: Coveralls
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"tasks": {
"test": "deno test --allow-net mod_test.ts",
"test": "deno test --allow-net mod_test.ts --coverage=coverage",
"test:audit": "deno test --allow-net audit_test.ts"
}
}

0 comments on commit 5614d6c

Please sign in to comment.