DevCom-IITB / instiapp-api

Django quasi-RESTful API for InstiApp!
https://insti.app
GNU Affero General Public License v3.0
22 stars 75 forks source link

Changed the default contact number appearance to false #455

Closed AshwinRamachandran2002 closed 3 years ago

AshwinRamachandran2002 commented 3 years ago

Changed the default value of the appearance of contact info to false

codecov[bot] commented 3 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##             master      #455   +/-   ##
==========================================
  Coverage          ?   100.00%           
==========================================
  Files             ?       113           
  Lines             ?      4442           
  Branches          ?         0           
==========================================
  Hits              ?      4442           
  Misses            ?         0           
  Partials          ?         0           
Impacted Files Coverage Δ
messmenu/serializers.py 100.00% <ø> (ø)
achievements/admin.py 100.00% <100.00%> (ø)
achievements/apps.py 100.00% <100.00%> (ø)
achievements/models.py 100.00% <100.00%> (ø)
achievements/serializers.py 100.00% <100.00%> (ø)
achievements/tests.py 100.00% <100.00%> (ø)
achievements/urls.py 100.00% <100.00%> (ø)
achievements/views.py 100.00% <100.00%> (ø)
backend/__init__.py 100.00% <100.00%> (ø)
backend/celery.py 100.00% <100.00%> (ø)
... and 82 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 a1d4e0b...11441e9. Read the comment docs.

e-aakash commented 3 years ago

Good work, thanks for the PR!