GSTT-CSC / MLOps

Framework for building ML apps
GNU General Public License v3.0
9 stars 5 forks source link

Resolve workflow issues #38

Closed laurencejackson closed 2 years ago

github-actions[bot] commented 2 years ago

Coverage

Coverage Report
FileStmtsMissCoverMissing
mlops
   Experiment.py901188%41–42, 73, 90, 114–117, 121–122, 129–130
   ProjectFile.py24196%20
TOTAL1321291% 

Tests Skipped Failures Errors Time
10 0 :zzz: 0 :x: 0 :fire: 270.094s :stopwatch:
laurencejackson commented 2 years ago

REsolves the issue with tests failing but workflows passing. Issue was with the tee function providing a 0 exit code regardless of the pytest exit code. Fixed by set -o pipefail