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

TravisCI: Use flake8-rst-docstrings plugin #1324

Merged
merged 2 commits into from Aug 4, 2017

Conversation

peterjc
Copy link
Member

@peterjc peterjc commented Jul 17, 2017

This will put our docstrings though docutils to check they are valid as reStructuredText (RST), using my flake8 plugin:

Note just because a docstring passes this validation does not mean it will render as expected.

Cross reference #1221

@codecov
Copy link

codecov bot commented Jul 17, 2017

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1324      +/-   ##
==========================================
- Coverage   84.48%   84.45%   -0.04%     
==========================================
  Files         319      318       -1     
  Lines       48851    48779      -72     
==========================================
- Hits        41273    41196      -77     
- Misses       7578     7583       +5
Impacted Files Coverage Δ
Bio/PDB/Model.py 73.33% <0%> (-22.13%) ⬇️
Bio/PDB/Residue.py 67.7% <0%> (-19.2%) ⬇️
Bio/PDB/Chain.py 78.72% <0%> (-13.59%) ⬇️
Bio/ExPASy/Enzyme.py 76.25% <0%> (-10.06%) ⬇️
Bio/PDB/Structure.py 92% <0%> (-3.66%) ⬇️
Bio/SeqRecord.py 93.51% <0%> (-0.82%) ⬇️
Bio/Seq.py 98.45% <0%> (-0.02%) ⬇️
Bio/PDB/PDBParser.py 88.13% <0%> (ø) ⬆️
Bio/SeqIO/__init__.py 84.43% <0%> (ø) ⬆️
Bio/KEGG/Gene/__init__.py
... and 7 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 7ff5273...d83e3f1. Read the comment docs.

@peterjc peterjc merged commit d801363 into biopython:master Aug 4, 2017
@peterjc peterjc deleted the rst_lint branch August 4, 2017 11:41
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.

None yet

1 participant