BioJulia / Bio.jl

[DEPRECATED] Bioinformatics and Computational Biology Infrastructure for Julia
http://biojulia.dev
MIT License
261 stars 65 forks source link

Remove PDB update test that may fail #486

Closed jgreener64 closed 7 years ago

jgreener64 commented 7 years ago

This test of the PDB can actually fail if no entries were obsoleted recently.

jgreener64 commented 7 years ago

Will check this builds okay, then merge.

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #486   +/-   ##
=========================================
  Coverage          ?   71.19%           
=========================================
  Files             ?       34           
  Lines             ?     2579           
  Branches          ?        0           
=========================================
  Hits              ?     1836           
  Misses            ?      743           
  Partials          ?        0
Impacted Files Coverage Δ
src/structure/pdb.jl 89.27% <85.71%> (ø)

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 8142f2b...61f684e. Read the comment docs.

jgreener64 commented 7 years ago

Merging this as it fixes the build.