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 support for BackgroundTasks parameters #103

Merged
merged 3 commits into from
Mar 24, 2019
Merged

Conversation

tiangolo
Copy link
Member

✨ Add support for BackgroundTasks parameters.

@codecov
Copy link

codecov bot commented Mar 24, 2019

Codecov Report

Merging #103 into master will decrease coverage by 0.03%.
The diff coverage is 98.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #103      +/-   ##
==========================================
- Coverage     100%   99.96%   -0.04%     
==========================================
  Files         113      117       +4     
  Lines        2780     2844      +64     
==========================================
+ Hits         2780     2843      +63     
- Misses          0        1       +1
Impacted Files Coverage Δ
fastapi/__init__.py 100% <100%> (ø) ⬆️
fastapi/routing.py 100% <100%> (ø) ⬆️
fastapi/dependencies/models.py 100% <100%> (ø) ⬆️
...tutorial/test_background_tasks/test_tutorial002.py 100% <100%> (ø)
fastapi/dependencies/utils.py 100% <100%> (ø) ⬆️
docs/src/background_tasks/tutorial002.py 100% <100%> (ø)
docs/src/background_tasks/tutorial001.py 100% <100%> (ø)
...tutorial/test_background_tasks/test_tutorial001.py 92.85% <92.85%> (ø)
... and 2 more

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 b16ca54...8031195. Read the comment docs.

@codecov
Copy link

codecov bot commented Mar 24, 2019

Codecov Report

Merging #103 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #103    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files         113    118     +5     
  Lines        2780   2897   +117     
======================================
+ Hits         2780   2897   +117
Impacted Files Coverage Δ
fastapi/__init__.py 100% <100%> (ø) ⬆️
fastapi/routing.py 100% <100%> (ø) ⬆️
fastapi/dependencies/models.py 100% <100%> (ø) ⬆️
...tutorial/test_background_tasks/test_tutorial002.py 100% <100%> (ø)
...tutorial/test_background_tasks/test_tutorial001.py 100% <100%> (ø)
fastapi/dependencies/utils.py 100% <100%> (ø) ⬆️
docs/src/background_tasks/tutorial002.py 100% <100%> (ø)
docs/src/background_tasks/tutorial001.py 100% <100%> (ø)
... and 4 more

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 b16ca54...497594a. Read the comment docs.

@tiangolo tiangolo merged commit 9b04593 into master Mar 24, 2019
@tiangolo tiangolo deleted the background-tasks branch March 24, 2019 19:33
lmignon added a commit to acsone/fastapi that referenced this pull request Sep 19, 2024
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.

1 participant