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

Convert to f-strings #415

Merged
merged 3 commits into from
Feb 18, 2020
Merged

Convert to f-strings #415

merged 3 commits into from
Feb 18, 2020

Conversation

Koed00
Copy link
Owner

@Koed00 Koed00 commented Feb 18, 2020

No description provided.

@Koed00
Copy link
Owner Author

Koed00 commented Feb 18, 2020

Codecov Report

Merging #415 into master will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #415      +/-   ##
==========================================
+ Coverage   90.66%   90.75%   +0.08%     
==========================================
  Files          43       43              
  Lines        2926     2930       +4     
==========================================
+ Hits         2653     2659       +6     
+ Misses        273      271       -2     

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 a1543c8...7c31c24. Read the comment docs.

@codecov-io
Copy link

codecov-io commented Feb 18, 2020

Codecov Report

Merging #415 into master will increase coverage by 0.08%.
The diff coverage is 95.34%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #415      +/-   ##
==========================================
+ Coverage   90.66%   90.75%   +0.08%     
==========================================
  Files          43       43              
  Lines        2926     2930       +4     
==========================================
+ Hits         2653     2659       +6     
+ Misses        273      271       -2
Impacted Files Coverage Δ
django_q/signals.py 100% <100%> (+8.33%) ⬆️
django_q/brokers/orm.py 97.95% <100%> (ø) ⬆️
django_q/brokers/mongo.py 100% <100%> (ø) ⬆️
django_q/management/commands/qinfo.py 95.45% <100%> (ø) ⬆️
django_q/brokers/redis_broker.py 95.91% <100%> (ø) ⬆️
django_q/tests/tasks.py 92.3% <100%> (ø) ⬆️
django_q/status.py 97.5% <100%> (ø) ⬆️
django_q/monitor.py 83.33% <85%> (ø) ⬆️
django_q/cluster.py 91.99% <93.47%> (+0.07%) ⬆️
django_q/brokers/disque.py 98% <94.73%> (ø) ⬆️
... and 3 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 a1543c8...7c31c24. Read the comment docs.

@Koed00 Koed00 merged commit cf1b795 into master Feb 18, 2020
@Koed00 Koed00 deleted the f-strings branch February 18, 2020 19:21
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.

2 participants