request-yo-racks / api

A REST API for the Request-Yo-Racks projects.
https://api.requestyoracks.org
MIT License
0 stars 4 forks source link

Add unit tests for Celery tasks #63

Closed rgreinho closed 6 years ago

rgreinho commented 6 years ago

Types of changes

Description

Ensures the Celery tasks as tested.

Motivation and Context

How Has This Been Tested?

Checklist:

codecov-io commented 6 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@4aa4e36). Click here to learn what that means. The diff coverage is 90.9%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #63   +/-   ##
=========================================
  Coverage          ?   97.89%           
=========================================
  Files             ?        6           
  Lines             ?      238           
  Branches          ?        0           
=========================================
  Hits              ?      233           
  Misses            ?        5           
  Partials          ?        0
Impacted Files Coverage Δ
api/celery/worker.py 100% <ø> (ø)
api/apps/api/collectors/google.py 100% <100%> (ø)
api/celery/tasks.py 84.84% <90%> (ø)

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 4aa4e36...46b8d85. Read the comment docs.