File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ,
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"
You can’t perform that action at this time.
0 commit comments