Skip to content

Commit

Permalink
Enable Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
xzdandy committed Aug 31, 2023
1 parent 66685f0 commit 209e736
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/test/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,7 @@ fi
## based on Python version
##################################################

if [[ ( "$PYTHON_VERSION" = "3.10" ) &&
( "$MODE" = "FULL" ) ]];
if [[ ( "$PYTHON_VERSION" = "3.10" ) ]]
then
echo "UPLOADING COVERAGE REPORT"
coveralls
Expand Down

0 comments on commit 209e736

Please sign in to comment.