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

[FIX] guardian: fix failing tests #361

Merged
merged 2 commits into from
Jul 19, 2018
Merged

Conversation

robertcv
Copy link
Collaborator

Issue

Fixes #354

Description of changes

The test key has a limit we exceeded so the tests failed. This is resolved by requesting a developer API key. Because it's a secret we add it to Travis as an environment variable (THE_GUARDIAN_API_KEY).

Includes
  • Code changes
  • Tests
  • Documentation

@codecov-io
Copy link

codecov-io commented Jul 19, 2018

Codecov Report

Merging #361 into master will increase coverage by <.01%.
The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #361      +/-   ##
==========================================
+ Coverage    85.2%   85.21%   +<.01%     
==========================================
  Files          33       33              
  Lines        1866     1867       +1     
  Branches      336      336              
==========================================
+ Hits         1590     1591       +1     
  Misses        237      237              
  Partials       39       39

@kernc kernc merged commit 8bb4268 into biolab:master Jul 19, 2018
@ajdapretnar
Copy link
Collaborator

Still not working. 😞 Any ideas?

@kernc
Copy link
Contributor

kernc commented Jul 19, 2018

Nah, The Guardian is now fine.

@ajdapretnar
Copy link
Collaborator

Nope, I have restarted tests twice and they still fail with the same error: #357

@robertcv
Copy link
Collaborator Author

Yes, it's really strange because if I run Travis on my fork it works every time, but on the main repo, it dosesn't. This needs further investigation.

@kernc
Copy link
Contributor

kernc commented Jul 19, 2018

Nope, I have restarted

Beside restarting, you need to rebase.

@robertcv robertcv deleted the fixes/guardian_test branch November 19, 2019 11:37
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.

Guardian: Fix failing tests on Travis
4 participants