Closed mortenpi closed 5 years ago
Merging #11 into revamp will increase coverage by
0.52%
. The diff coverage is100%
.
@@ Coverage Diff @@
## revamp #11 +/- ##
=======================================
+ Coverage 83.47% 84% +0.52%
=======================================
Files 15 15
Lines 593 600 +7
=======================================
+ Hits 495 504 +9
+ Misses 98 96 -2
Impacted Files | Coverage Δ | |
---|---|---|
src/jj2lsj.jl | 92.3% <100%> (ø) |
:arrow_up: |
src/jj_terms.jl | 100% <100%> (ø) |
:arrow_up: |
src/configurations.jl | 98.25% <100%> (-0.02%) |
:arrow_down: |
src/orbitals.jl | 95.83% <100%> (+3.64%) |
:arrow_up: |
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 b086f7c...694ea9d. Read the comment docs.
Thanks!
I also updated the internal API for
@rcs_str
a bit, since we now haveOrbital
andRelativisticOrbital
separated. Should be rebased before merging after #10 is merged.Closes #9.