Skip to content

Commit 9db9bd1

Browse files
author
v1rtl
committed
fix ci and publish on eggs
1 parent 5510cb0 commit 9db9bd1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
deno-version: v1.x
1919
- name: Run tests
20-
run: deno test --allow-net --coverage=coverage
20+
run: deno test --allow-net --allow-read --coverage=coverage
2121
- name: Create coverage report
2222
run: deno coverage ./coverage --lcov > coverage.lcov
2323
- name: Collect coverage

egg.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"entry": "./mod.ts",
55
"description": "🐕 Superdeno-like superagent testing library based on Fetch API. Ported from node-supertest-fetch.",
66
"homepage": "https://github.com/deno-libs/superfetch",
7-
"version": "1.0.1",
7+
"version": "1.0.2",
88
"releaseType": "patch",
99
"unstable": false,
1010
"unlisted": false,
@@ -15,7 +15,7 @@
1515
],
1616
"ignore": [],
1717
"checkFormat": true,
18-
"checkTests": "deno test --allow-net",
18+
"checkTests": "deno test --allow-net --allow-read",
1919
"check": true,
2020
"checkAll": true,
2121
"repository": "https://github.com/deno-libs/superfetch"

0 commit comments

Comments
 (0)