Skip to content

Commit 11558a9

Browse files
committed
Push coverage results to Codecov
1 parent 5c46d0e commit 11558a9

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ os:
66

77
julia:
88
- 1.0
9-
- 1.3
9+
- 1
1010
- nightly
1111

1212
notifications:
1313
email: false
14+
15+
after_success:
16+
# push coverage results to Codecov
17+
- julia -e 'using Pkg, OffsetArrays; cd(joinpath(dirname(pathof(OffsetArrays)), "..")); Pkg.add("Coverage"); using Coverage; Codecov.submit(Codecov.process_folder())'

0 commit comments

Comments
 (0)