Skip to content

Commit

Permalink
Merge #45
Browse files Browse the repository at this point in the history
45: Set up Coveralls on this repository r=DilumAluthge a=DilumAluthge



Co-authored-by: Dilum Aluthge <dilum@aluthge.com>
  • Loading branch information
bcbi-bot and DilumAluthge committed Aug 25, 2019
2 parents 6c509ef + a9ce562 commit 569eba2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ci/travis/script.sh
Expand Up @@ -50,6 +50,13 @@ julia $JULIA_FLAGS -e '
Coverage.Codecov.submit(Coverage.Codecov.process_folder());
'

julia $JULIA_FLAGS -e '
import Coverage;
import PredictMDAPI;
cd(joinpath(dirname(pathof(PredictMDAPI)), "..",));
Coverage.Coveralls.submit(Coverage.Coveralls.process_folder());
'

julia $JULIA_FLAGS -e '
logger = Base.CoreLogging.current_logger_for_env(Base.CoreLogging.Debug, Symbol(splitext(basename(something(@__FILE__, "nothing")))[1]), something(@__MODULE__, "nothing"))
if !isnothing(logger)
Expand Down

0 comments on commit 569eba2

Please sign in to comment.