busy-beaver-dev / busy-beaver

The Chicago Python Community Engagement Slack bot
https://busybeaverbot.com
MIT License
70 stars 23 forks source link

Incorporate Bootstrap #281

Closed alysivji closed 4 years ago

alysivji commented 4 years ago

Continuing #258

What does this do

Add bootstrap to website

Why are we doing this

Make things look nice.

How should this be tested

no tests right now; it's not used

Migrations

n/a

Dependencies

n/a

Callouts

n/a

codecov-commenter commented 4 years ago

Codecov Report

Merging #281 into master will decrease coverage by 1.08%. The diff coverage is 70.51%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #281      +/-   ##
==========================================
- Coverage   97.11%   96.03%   -1.09%     
==========================================
  Files          68       70       +2     
  Lines        1874     1941      +67     
==========================================
+ Hits         1820     1864      +44     
- Misses         54       77      +23     
Impacted Files Coverage Δ
busy_beaver/apps/web/views.py 57.14% <43.24%> (-42.86%) :arrow_down:
busy_beaver/common/wrappers/slack.py 95.08% <66.66%> (-3.10%) :arrow_down:
busy_beaver/app.py 93.87% <100.00%> (ø)
busy_beaver/apps/github_integration/models.py 100.00% <100.00%> (ø)
busy_beaver/apps/web/forms.py 100.00% <100.00%> (ø)
busy_beaver/common/datetime_utilities.py 100.00% <100.00%> (ø)
busy_beaver/extensions.py 100.00% <100.00%> (ø)

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 431f23f...304f3b0. Read the comment docs.