File tree Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Expand file tree Collapse file tree 2 files changed +6
-17
lines changed Original file line number Diff line number Diff line change @@ -10,20 +10,6 @@ notifications:
10
10
git :
11
11
depth : 99999999
12
12
13
- # # uncomment the following lines to allow failures on nightly julia
14
- # # (tests will run but not make your overall status red)
15
- # matrix:
16
- # allow_failures:
17
- # - julia: nightly
18
-
19
- # # uncomment and modify the following lines to manually install system packages
20
- # addons:
21
- # apt: # apt-get for linux
22
- # packages:
23
- # - gfortran
24
- # before_script: # homebrew for mac
25
- # - if [ $TRAVIS_OS_NAME = osx ]; then brew install gcc; fi
26
-
27
- # # uncomment the following lines to override the default test script
28
- # script:
29
- # - julia -e 'Pkg.clone(pwd()); Pkg.build("NNlib"); Pkg.test("NNlib"; coverage=true)'
13
+ # Submit to Codecov
14
+ after_success :
15
+ - julia -e 'cd(Pkg.dir("NNlib")); Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
Original file line number Diff line number Diff line change @@ -40,3 +40,6 @@ test_script:
40
40
# on_success:
41
41
# - echo "%JL_CODECOV_SCRIPT%"
42
42
# - C:\julia\bin\julia -e "%JL_CODECOV_SCRIPT%"
43
+
44
+ after_test :
45
+ - C:\projects\julia\bin\julia -e "cd(Pkg.dir(\"NNlib\")); Pkg.add(\"Coverage\"); using Coverage; Codecov.submit(process_folder())"
You can’t perform that action at this time.
0 commit comments