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

Handle async functions in bind #3264

Merged
merged 1 commit into from
Mar 26, 2022
Merged

Handle async functions in bind #3264

merged 1 commit into from
Mar 26, 2022

Conversation

philippjfr
Copy link
Member

Partially fixes #3262

@codecov
Copy link

codecov bot commented Mar 26, 2022

Codecov Report

Merging #3264 (a9c53ca) into master (11d4637) will decrease coverage by 0.02%.
The diff coverage is 66.66%.

@@            Coverage Diff             @@
##           master    #3264      +/-   ##
==========================================
- Coverage   83.17%   83.14%   -0.03%     
==========================================
  Files         195      195              
  Lines       26021    26030       +9     
==========================================
+ Hits        21642    21643       +1     
- Misses       4379     4387       +8     
Impacted Files Coverage Δ
panel/depends.py 80.51% <66.66%> (-3.31%) ⬇️
panel/io/callbacks.py 80.67% <0.00%> (-3.37%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 11d4637...a9c53ca. Read the comment docs.

@philippjfr philippjfr merged commit f81d36c into master Mar 26, 2022
@philippjfr philippjfr deleted the async_bind branch March 26, 2022 15:52
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.

Support async functions for pn.bind
1 participant