zirkelc / aws-sigv4-fetch

AWS SignatureV4 fetch function built on the official AWS SDK for JS
https://www.npmjs.com/package/aws-sigv4-fetch
MIT License
27 stars 5 forks source link

test: add coverage for unit tests #21

Closed zirkelc closed 2 months ago

github-actions[bot] commented 2 months ago

Coverage Report

Status Category Percentage Covered / Total
🟢 Lines 100% (🎯 80%) 97 / 97
🟢 Statements 100% (🎯 80%) 97 / 97
🟢 Functions 100% (🎯 80%) 3 / 3
🟢 Branches 94.73% (🎯 80%) 36 / 38
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/parse-request.ts 100% 100% 100% 100%
Generated in workflow #82