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 error message for not collected tasks with @task decorator. #521

Merged
merged 8 commits into from
Dec 12, 2023

Merge remote-tracking branch 'origin/main' into fix-513

96a337b
Select commit
Loading
Failed to load commit list.
Merged

Add error message for not collected tasks with @task decorator. #521

Merge remote-tracking branch 'origin/main' into fix-513
96a337b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 12, 2023 in 0s

96.96% (-0.01%) compared to 88a5fb1

View this Pull Request on Codecov

96.96% (-0.01%) compared to 88a5fb1

Details

Codecov Report

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

Comparison is base (88a5fb1) 96.96% compared to head (96a337b) 96.96%.

Files Patch % Lines
src/_pytask/collect.py 88.23% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #521      +/-   ##
==========================================
- Coverage   96.96%   96.96%   -0.01%     
==========================================
  Files         104      104              
  Lines        8974     8997      +23     
==========================================
+ Hits         8702     8724      +22     
- Misses        272      273       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.