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

Integration tests #61

Merged
merged 22 commits into from
Nov 7, 2023
Merged

Integration tests #61

merged 22 commits into from
Nov 7, 2023

Conversation

darwin67
Copy link
Owner

@darwin67 darwin67 commented Nov 6, 2023

  • no step function
  • step run function
  • step sleep function
  • step sleep_until function
  • step wait_for_event function
    • fulfill
    • timeout
  • step send_event function

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

Merging #61 (5c216ad) into main (d3c5938) will increase coverage by 45.52%.
The diff coverage is 100.00%.

@@             Coverage Diff             @@
##             main      #61       +/-   ##
===========================================
+ Coverage   15.15%   60.67%   +45.52%     
===========================================
  Files          16       16               
  Lines         264      267        +3     
===========================================
+ Hits           40      162      +122     
+ Misses        224      105      -119     
Files Coverage Δ
lib/inngest/client.ex 54.16% <100.00%> (+54.16%) ⬆️
lib/inngest/function.ex 100.00% <100.00%> (ø)
lib/inngest/step_tool.ex 83.67% <100.00%> (+83.67%) ⬆️

... and 8 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@darwin67 darwin67 marked this pull request as ready for review November 7, 2023 06:59
@darwin67 darwin67 merged commit b8c4ddb into main Nov 7, 2023
6 checks passed
@darwin67 darwin67 deleted the integration-test branch November 7, 2023 06:59
darwin67 added a commit that referenced this pull request Nov 7, 2023
- [x] no step function
- [x] step run function
- [x] step sleep function
- [x] step sleep_until function
- [x] step wait_for_event function
  - [x] fulfill
  - [x] timeout
- [x] step send_event function

---------

Co-authored-by: Darwin D Wu <[email protected]>
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.

1 participant