Skip to content

Commit

Permalink
Trying to fix Coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
erantreister committed Mar 8, 2020
1 parent 26d39a7 commit ea8add5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -10,9 +10,10 @@ notifications:
email: false

before_install:
- if [[ -a .git/shallow ]]; then git fetch --unshallow; fi

script:
- julia --check-bounds=yes -e 'using Pkg; Pkg.build(); Pkg.build("Multigrid"); Pkg.test("Multigrid";coverage=true)'

after_success:
- julia -e 'cd(Pkg.dir("Multigrid")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'
- julia -e 'using Pkg; import Multigrid; cd(joinpath(dirname(pathof(Multigrid)),"..")); Pkg.add("Coverage"); using Coverage; Coveralls.submit(Coveralls.process_folder())'

0 comments on commit ea8add5

Please sign in to comment.