Add .bib files to FileIO interface
The .bib files store bibliography data which can be used in a LaTeX document. This PR registers ".bib" files with Bibliography.jl, which can handle parsing / importing / exporting / processing the Bibliography data.
The FileIO interfaces have been added in https://github.com/Humans-of-Julia/Bibliography.jl/pull/47
Codecov Report
Merging #365 (fd8ea2c) into master (801fd86) will increase coverage by
0.84%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #365 +/- ##
==========================================
+ Coverage 87.16% 88.01% +0.84%
==========================================
Files 10 10
Lines 709 709
==========================================
+ Hits 618 624 +6
+ Misses 91 85 -6
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/registry.jl | 95.26% <ø> (+3.68%) |
:arrow_up: |
| src/registry_setup.jl | 94.95% <0.00%> (-0.85%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
I think that this PR would benefit communities that deal with bibtex management. Please let me know if any help is needed in the reviewing process!