Skip to content

Commit

Permalink
feat: added support for triggers. (#1078)
Browse files Browse the repository at this point in the history
* feat: added support for triggers.
* batch-triggers.json.
  • Loading branch information
b4rtaz authored Apr 4, 2023
1 parent 7e65487 commit d2edf67
Show file tree
Hide file tree
Showing 20 changed files with 615 additions and 32 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-eels-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@moralisweb3/streams': patch
---

Added support for triggers to the batch processor.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ demos/**/build/**/*
# Docs
docs/**/*
docs-build/**/*
documentation/**/*

#Template files
packages/**/src/**/*.hbs
Expand Down
Loading

1 comment on commit d2edf67

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

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

Test coverage

Title Lines Statements Branches Functions
api-utils Coverage: 30%
30.34% (61/201) 30.35% (17/56) 30.76% (12/39)
auth Coverage: 89%
92.38% (97/105) 83.33% (20/24) 86.2% (25/29)
evm-api Coverage: 100%
100% (88/88) 66.66% (6/9) 100% (56/56)
common-aptos-utils Coverage: 4%
4.87% (149/3056) 5.47% (25/457) 5.66% (45/794)
common-evm-utils Coverage: 70%
71.14% (1418/1993) 32.04% (314/980) 48.27% (391/810)
sol-api Coverage: 96%
96.66% (29/30) 66.66% (6/9) 91.66% (11/12)
common-sol-utils Coverage: 74%
74.55% (167/224) 66.66% (18/27) 65.38% (51/78)
common-streams-utils Coverage: 91%
91.42% (1184/1295) 77.57% (415/535) 82.08% (426/519)
streams Coverage: 88%
88.19% (575/652) 68.81% (64/93) 87.94% (124/141)

Please sign in to comment.