Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add checks workflow #11

Merged
merged 9 commits into from
Oct 19, 2022
Merged

Conversation

cameri
Copy link
Owner

@cameri cameri commented Oct 18, 2022

No description provided.

@cameri cameri linked an issue Oct 18, 2022 that may be closed by this pull request
@cameri cameri temporarily deployed to development October 18, 2022 15:16 Inactive
@cameri cameri temporarily deployed to development October 18, 2022 15:31 Inactive
@cameri
Copy link
Owner Author

cameri commented Oct 18, 2022

Total Coverage: 54.48%

Coverage Report
FileBranchesFuncsLinesUncovered Lines
src
   index.ts0%0%0%1, 10, 11, 13, 14, 17, 17, 17, 18, 19, 2, 20, 22, 24, 25, 28, 29, 3, 30, 30, 30, 30, 30, 31, 33, 35, 36, 38, 39, 4, 42, 43, 44, 44, 44, 45, 48, 5, 52, 53, 54, 56, 56, 56, 57, 57, 57, 59, 60, 62, 63, 64, 7, 70, 72, 73, 74, 75, 76, 77, 8, 83, 84, 85, 86, 88, 89, 9, 92
src/adapters
   web-server-adapter.ts0%0%0%1, 11, 13, 14, 20, 21, 25, 25, 25, 25, 25, 28, 3, 30, 40, 41, 43, 44, 49, 49, 49, 49, 49, 50, 52, 56, 57, 6, 8
   web-socket-adapter.ts0%0%0%1, 10, 103, 104, 109, 11, 110, 112, 113, 113, 113, 114, 115, 118, 120, 120, 120, 120, 120, 122, 122, 122, 122, 122, 123, 124, 124, 124, 124, 124, 125, 126, 128, 131, 131, 131, 132, 138, 14, 142, 143, 145, 146, 15, 17, 23, 24, 27, 28, 29, 30, 32, 33, 34, 36, 37, 39, 44, 5, 54, 58, 62, 63, 70, 71, 71, 71, 72, 74, 80, 81, 85, 89, 89, 89, 90, 91, 94, 95, 99
   web-socket-server-adapter.ts0%0%0%12, 14, 2, 21, 22, 27, 29, 31, 34, 38, 39, 41, 45, 48, 5, 55, 56, 56, 56, 57, 60, 65, 69, 70, 74, 75, 8, 80, 81, 83, 84, 85, 86, 87, 9
src/factories
   delegated-event-strategy-factory.ts0%0%0%1, 10, 13, 14, 14, 14, 15, 16, 16, 16, 16, 16, 17, 2, 20, 3
   event-strategy-factory.ts0%0%0%1, 10, 13, 16, 17, 17, 17, 18, 19, 19, 19, 2, 20, 21, 21, 21, 22, 25, 3, 4
   message-handler-factory.ts0%0%0%1, 10, 11, 13, 15, 16, 16, 16, 16, 16, 19, 19, 19, 2, 20, 23, 26, 28, 3, 30, 4, 5, 7, 9
   websocket-adapter-factory.ts100%0%0%10, 12, 13, 6, 7
src/handlers
   delegated-event-message-handler.ts0%0%0%1, 10, 12, 14, 15, 15, 15, 16, 17, 18, 2, 21, 22, 22, 22, 23, 24, 27, 27, 27, 28, 30, 32, 32, 32, 32, 32, 32, 32, 33, 36, 37, 39, 4, 44, 45, 45, 45, 46, 48, 48, 48, 49, 7, 8
   event-message-handler.ts100%100%100%
   subscribe-message-handler.ts0%0%0%1, 12, 14, 16, 2, 20, 21, 23, 27, 31, 32, 34, 35, 35, 35, 36, 37, 4, 40, 42, 43, 44, 45, 47, 48, 49, 6, 60, 60, 60, 60, 60, 61, 62, 64, 69, 7, 70, 70, 70, 71, 72, 72, 72, 72, 72, 73, 77, 78, 78, 78, 79, 79, 79, 80
   unsubscribe-message-handler.ts100%100%100%
src/handlers/event-strategies
   default-event-strategy.ts100%100%100%
   delete-event-strategy.ts100%100%100%
   ephemeral-event-strategy.ts100%100%100%
   replaceable-event-strategy.ts100%100%100%
src/repositories
   event-repository.ts100%100%100%
src/schemas
   base-schema.ts100%100%100%
   event-schema.ts50%100%100%12
   filter-schema.ts100%100%100%
   message-schema.ts100%100%100%
src/utils
   event.ts100%100%100%
   filter.ts100%100%100%
   messages.ts100%100%100%
   proof-of-work.ts100%100%100%
   settings.ts0%0%0%1, 10, 10, 10, 10, 16, 2, 3, 4, 52, 53, 61, 62, 63, 64, 65, 65, 65, 66, 69, 69, 69, 7, 70, 73, 75, 77, 79, 83, 84, 9, 9, 90
   stream.ts100%100%100%
   transform.ts100%100%100%
   validation.ts100%100%100%
src/utils/runes
   alternative.ts100%100%100%
   restriction.ts100%100%100%
   rune-like.ts100%100%100%

@cameri cameri temporarily deployed to development October 18, 2022 21:16 Inactive
@cameri cameri temporarily deployed to development October 18, 2022 22:21 Inactive
@cameri cameri merged commit a86c6f2 into main Oct 19, 2022
@cameri cameri deleted the 9-setup-github-actions-for-pull-requests branch October 19, 2022 02:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Setup Github Actions for Pull Requests
1 participant