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

Add channel environment to JSON message connection #99

Merged
merged 3 commits into from
Sep 6, 2023

Add support for TUI applications

6ed329b
Select commit
Loading
Failed to load commit list.
Merged

Add channel environment to JSON message connection #99

Add support for TUI applications
6ed329b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 6, 2023 in 1s

100.00% (+0.00%) compared to 9487a52

View this Pull Request on Codecov

100.00% (+0.00%) compared to 9487a52

Details

Codecov Report

Merging #99 (6ed329b) into master (9487a52) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #99   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           97        99    +2     
  Lines         3757      3836   +79     
=========================================
+ Hits          3757      3836   +79     
Files Changed Coverage Δ
runtimepy/__init__.py 100.00% <100.00%> (ø)
runtimepy/channel/environment/base.py 100.00% <100.00%> (ø)
runtimepy/channel/environment/create.py 100.00% <100.00%> (ø)
runtimepy/channel/registry.py 100.00% <100.00%> (ø)
runtimepy/commands/arbiter.py 100.00% <100.00%> (ø)
runtimepy/commands/tui.py 100.00% <100.00%> (ø)
runtimepy/net/arbiter/base.py 100.00% <100.00%> (ø)
runtimepy/net/arbiter/info.py 100.00% <100.00%> (ø)
runtimepy/net/channel/__init__.py 100.00% <100.00%> (ø)
runtimepy/net/stream/json/base.py 100.00% <100.00%> (ø)
... and 4 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more