Skip to content

Commit

Permalink
Bug: Code coverage was not being submitted
Browse files Browse the repository at this point in the history
  • Loading branch information
notZaki committed Aug 23, 2020
1 parent 920da8d commit 0846fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ julia:
before_install:
- sudo apt-get install python3-matplotlib
after_success:
- julia -e 'cd(Pkg.dir("DCEMRI")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Coveralls.submit(process_folder())'
## uncomment the following lines to override the default test script
#script:
# - julia --color=yes -e 'using Pkg; Pkg.activate(); Pkg.instantiate(); Pkg.test()'

0 comments on commit 0846fac

Please sign in to comment.