Closed fabern closed 3 years ago
Merging #2 (db8bf93) into develop (81e5b4b) will decrease coverage by
0.07%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## develop #2 +/- ##
==========================================
- Coverage 0.22% 0.15% -0.08%
==========================================
Files 15 14 -1
Lines 1309 1310 +1
==========================================
- Hits 3 2 -1
- Misses 1306 1308 +2
Impacted Files | Coverage Δ | |
---|---|---|
src/module_WAT.jl | 1.48% <0.00%> (-0.03%) |
:arrow_down: |
src/LWFBrook90.jl |
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 81e5b4b...db8bf93. Read the comment docs.
This commit is performed as a branch and PR (pull request) to my default branch instead of simply merging it. This illustrates the work flow intended for work on LWFBrook90.jl (git branch model).
Apperently, this procedure (PR instead of merge) allows to more easily keep track of your work in issues insted of simple branches.
E.g. in the following way: Part of this commit fixes issue/PR #1. The commit additionally includes a small modification in the code making looping clearer.