Closed SeanBryan51 closed 1 year ago
Merging #117 (b5c1956) into master (677d761) will increase coverage by
0.07%
. Report is 1 commits behind head on master. The diff coverage is90.90%
.
@@ Coverage Diff @@
## master #117 +/- ##
==========================================
+ Coverage 88.48% 88.55% +0.07%
==========================================
Files 26 26
Lines 1372 1381 +9
==========================================
+ Hits 1214 1223 +9
Misses 158 158
Files Changed | Coverage Δ | |
---|---|---|
benchcab/utils/pbs.py | 100.00% <ø> (ø) |
|
tests/test_pbs.py | 100.00% <ø> (ø) |
|
benchcab/benchcab.py | 37.17% <80.00%> (+1.65%) |
:arrow_up: |
tests/test_benchcab.py | 100.00% <100.00%> (ø) |
This change specifies the absolute path to the benchcab executable in the job script so that we don't run into path issues when running using a 'locally installed' version of benchcab. This will be helpful making code changes and testing them on NCI.
Fixes #95