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

WIP: Flow decorator #547

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Disabled some tests for now.

b246ce6
Select commit
Loading
Failed to load commit list.
Draft

WIP: Flow decorator #547

Disabled some tests for now.
b246ce6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Feb 20, 2024 in 1s

97.48% (-1.94%) compared to eda2a65

View this Pull Request on Codecov

97.48% (-1.94%) compared to eda2a65

Details

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (eda2a65) 99.42% compared to head (b246ce6) 97.48%.
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #547      +/-   ##
==========================================
- Coverage   99.42%   97.48%   -1.94%     
==========================================
  Files          21       21              
  Lines        1564     1592      +28     
  Branches      425      429       +4     
==========================================
- Hits         1555     1552       -3     
- Misses          9       36      +27     
- Partials        0        4       +4     
Files Coverage Δ
src/jobflow/__init__.py 100.00% <100.00%> (ø)
src/jobflow/core/job.py 97.78% <95.23%> (-2.22%) ⬇️
src/jobflow/core/flow.py 89.77% <84.61%> (-10.23%) ⬇️