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

🐛 support functools.partial #104

Merged
merged 7 commits into from
Jun 22, 2023
Merged

🐛 support functools.partial #104

merged 7 commits into from
Jun 22, 2023

Conversation

jvdd
Copy link
Member

@jvdd jvdd commented Jun 21, 2023

@codecov-commenter
Copy link

codecov-commenter commented Jun 21, 2023

Codecov Report

Merging #104 (480dd3a) into main (878dfa7) will increase coverage by 0.00%.
The diff coverage is 100.00%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main     #104   +/-   ##
=======================================
  Coverage   97.91%   97.91%           
=======================================
  Files          23       23           
  Lines        1247     1249    +2     
=======================================
+ Hits         1221     1223    +2     
  Misses         26       26           
Impacted Files Coverage Δ
tsflex/features/function_wrapper.py 100.00% <100.00%> (ø)
tsflex/features/integrations.py 98.46% <100.00%> (-0.03%) ⬇️
tsflex/features/utils.py 100.00% <100.00%> (ø)

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

@jvdd jvdd merged commit 5da9cff into main Jun 22, 2023
@jvdd jvdd deleted the functools_partial branch August 24, 2024 10:44
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 functools.partial
2 participants