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

supress debug toolbar in .travis.yml #7505

Merged
merged 1 commit into from
Sep 23, 2020
Merged

Conversation

chibie
Copy link
Contributor

@chibie chibie commented Sep 23, 2020

Description

Supress debug toolbar in travis configuration. Django debug_toolbar isn't required while running tests.

/grants/categories/ and /quests/new return Internal Server Error which causes travis checks to fail

debug_toolbar produces this error FileNotFoundError: [Errno 2] No such file or directory: '/home/travis/build/gitcoinco/web/assets'

@codecov
Copy link

codecov bot commented Sep 23, 2020

Codecov Report

Merging #7505 into master will decrease coverage by 0.18%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #7505      +/-   ##
==========================================
- Coverage   26.31%   26.12%   -0.19%     
==========================================
  Files         307      307              
  Lines       30652    30652              
  Branches     4539     4539              
==========================================
- Hits         8067     8009      -58     
- Misses      22301    22369      +68     
+ Partials      284      274      -10     
Impacted Files Coverage Δ
app/app/context.py 0.00% <0.00%> (-51.86%) ⬇️
app/retail/templatetags/matches.py 62.50% <0.00%> (-37.50%) ⬇️
app/app/settings.py 80.86% <0.00%> (-1.74%) ⬇️
app/chat/tasks.py 11.80% <0.00%> (-1.11%) ⬇️
app/retail/views.py 20.76% <0.00%> (-0.96%) ⬇️
app/dashboard/views.py 10.50% <0.00%> (+0.03%) ⬆️

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 13ff5ed...6984ce2. Read the comment docs.

@thelostone-mc thelostone-mc merged commit 5808814 into gitcoinco:master Sep 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants