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

refactor background tasks #260

Merged
merged 1 commit into from
Sep 21, 2023

refactor background tasks

2fc9218
Select commit
Loading
Failed to load commit list.
Merged

refactor background tasks #260

refactor background tasks
2fc9218
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 20, 2023 in 0s

95.48% (+0.01%) compared to 8af8cad

View this Pull Request on Codecov

95.48% (+0.01%) compared to 8af8cad

Details

Codecov Report

Patch coverage: 100.00% and project coverage change: +0.01% 🎉

Comparison is base (8af8cad) 95.46% compared to head (2fc9218) 95.48%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #260      +/-   ##
==========================================
+ Coverage   95.46%   95.48%   +0.01%     
==========================================
  Files          54       57       +3     
  Lines        3288     3298      +10     
==========================================
+ Hits         3139     3149      +10     
  Misses        149      149              
Files Changed Coverage Δ
apps/mappings/tasks.py 96.50% <ø> (-0.29%) ⬇️
apps/workspaces/tasks.py 100.00% <ø> (ø)
apps/xero/tasks.py 97.05% <ø> (-0.19%) ⬇️
apps/mappings/queue.py 100.00% <100.00%> (ø)
apps/mappings/signals.py 100.00% <100.00%> (ø)
apps/mappings/utils.py 41.17% <100.00%> (ø)
...s/workspaces/apis/advanced_settings/serializers.py 92.06% <100.00%> (ø)
apps/workspaces/apis/advanced_settings/triggers.py 100.00% <100.00%> (ø)
apps/workspaces/apis/export_settings/triggers.py 100.00% <100.00%> (ø)
apps/workspaces/apis/import_settings/triggers.py 100.00% <100.00%> (ø)
... and 4 more

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