openmicroanalysis / pyxray

Definitions and properties of X-ray transitions
MIT License
6 stars 4 forks source link

Sqlalchemy #17

Closed ppinard closed 5 years ago

ppinard commented 5 years ago

Use sqlalchemy to create and read database

codecov[bot] commented 5 years ago

Codecov Report

Merging #17 into master will increase coverage by 2.74%. The diff coverage is 96.84%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   91.18%   93.92%   +2.74%     
==========================================
  Files          43       39       -4     
  Lines        3742     2797     -945     
==========================================
- Hits         3412     2627     -785     
+ Misses        330      170     -160
Impacted Files Coverage Δ
pyxray/parser/perkins1991.py 85.27% <100%> (ø) :arrow_up:
pyxray/parser/nist.py 97.87% <100%> (ø) :arrow_up:
pyxray/parser/base.py 100% <100%> (ø)
pyxray/parser/jeol.py 98.11% <100%> (+0.17%) :arrow_up:
tests/sql/test_data.py 100% <100%> (ø) :arrow_up:
tests/sql/test_build.py 100% <100%> (ø) :arrow_up:
pyxray/data.py 89.13% <100%> (-2.1%) :arrow_down:
pyxray/parser/dtsa.py 100% <100%> (ø) :arrow_up:
tests/test_descriptor.py 100% <100%> (ø) :arrow_up:
pyxray/parser/campbell2001.py 97.05% <100%> (ø) :arrow_up:
... and 23 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 3a33276...7d03115. Read the comment docs.

codecov[bot] commented 5 years ago

Codecov Report

Merging #17 into master will increase coverage by 2.79%. The diff coverage is 96.71%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #17      +/-   ##
==========================================
+ Coverage   91.18%   93.97%   +2.79%     
==========================================
  Files          43       39       -4     
  Lines        3742     2920     -822     
==========================================
- Hits         3412     2744     -668     
+ Misses        330      176     -154
Impacted Files Coverage Δ
tests/sql/test_data.py 100% <100%> (ø) :arrow_up:
pyxray/parser/base.py 100% <100%> (ø)
tests/parser/test_notation.py 100% <100%> (ø)
tests/sql/test_build.py 100% <100%> (ø) :arrow_up:
tests/test_epq.py 100% <100%> (ø) :arrow_up:
pyxray/parser/campbell2001.py 97.05% <100%> (ø) :arrow_up:
tests/test_descriptor.py 100% <100%> (ø) :arrow_up:
tests/test_property.py 88.23% <100%> (ø) :arrow_up:
pyxray/property.py 95.65% <100%> (-0.72%) :arrow_down:
tests/parser/test_jeol.py 100% <100%> (ø) :arrow_up:
... and 23 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 3a33276...99a94e6. Read the comment docs.