Skip to content

Commit

Permalink
chore: typedoc (#1478)
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Nicola Debiasi <[email protected]>
Co-authored-by: Fabio Rigamonti <[email protected]>
  • Loading branch information
3 people authored Nov 6, 2024
1 parent a7f3786 commit d4c36f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ junit.xml
# docs
docs/build/*.md
api-docs/
index.html
unit-tests.html

# IDE
.idea
4 changes: 4 additions & 0 deletions packages/aws-kms-adapter/typedoc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"extends": ["../../typedoc.base.json"],
"entryPoints": ["src/index.ts"]
}

1 comment on commit d4c36f8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
98.97% (4358/4403) 97.68% (1395/1428) 99% (897/906)
Title Tests Skipped Failures Errors Time
core 808 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 15s ⏱️
network 723 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 53s ⏱️
errors 42 0 πŸ’€ 0 ❌ 0 πŸ”₯ 16.89s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.859s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 1s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 23s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 11s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 5s ⏱️

Please sign in to comment.