Skip to content

Commit

Permalink
Fix codecov submit
Browse files Browse the repository at this point in the history
  • Loading branch information
Teemu Järvinen authored Oct 12, 2020
1 parent 862009a commit d7aa7c4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ addons:
notifications:
email: false

codecov: true

script:
- julia --color=yes --check-bounds=yes -e 'using Pkg;
Pkg.Registry.add(RegistrySpec(url="https://github.com/MatrixLabTools/PackageRegistry"));
Pkg.Registry.add(RegistrySpec(url="https://github.com/JuliaRegistries/General"));
Pkg.instantiate(); Pkg.build(); Pkg.test(coverage=true)'


after_success:
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'


jobs:
allow_failures:
- julia: nightly
Expand Down

0 comments on commit d7aa7c4

Please sign in to comment.