anexia / drf-multitokenauth

An extension to Django-Rest-Frameworks Token Authentication, enabling a user to have multiple authorization tokens
BSD 3-Clause "New" or "Revised" License
14 stars 5 forks source link

added coverage #16

Closed anx-cbenke closed 3 years ago

anx-cbenke commented 4 years ago

New day, new PR. I was not able to rebase from master directly, as I had not opened a separate branch on my fork. So I added the branch, moved my changes over and pushed, Github then automatically closed the other PR.

codecov-io commented 4 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@52ede99). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #16   +/-   ##
=========================================
  Coverage          ?   91.66%           
=========================================
  Files             ?       10           
  Lines             ?      144           
  Branches          ?        0           
=========================================
  Hits              ?      132           
  Misses            ?       12           
  Partials          ?        0           

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 52ede99...e414143. Read the comment docs.

ghost commented 4 years ago

Looks great, can you please merge the workflow test.yml and tests.yml into a single file? We decided to always use the test.yml file for this workflow.

anx-cbenke commented 4 years ago

Looks great, can you please merge the workflow test.yml and tests.yml into a single file?

Right, didn't see that. Fixed!