File tree Expand file tree Collapse file tree 5 files changed +42
-0
lines changed Expand file tree Collapse file tree 5 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 5
5
^_pkgdown\.yml$
6
6
^docs$
7
7
^pkgdown$
8
+ ^\.travis\.yml$
9
+ ^codecov\.yml$
Original file line number Diff line number Diff line change
1
+ # R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2
+
3
+ language : R
4
+ sudo : true
5
+ cache : packages
6
+ latex : false
7
+ fortran : false
8
+
9
+ jobs :
10
+ include :
11
+ - r : release
12
+ - r : devel
13
+ - os : osx
14
+ r : release
15
+ r_binary_packages :
16
+ - covr
17
+ warnings_are_errors : false
18
+ after_success :
19
+ - Rscript -e 'covr::codecov()'
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ output: github_document
7
7
# cssgrid
8
8
9
9
<!-- badges: start -->
10
+ [ ![ Travis build status] ( https://travis-ci.org/atusy/cssgrid.svg?branch=master )] ( https://travis-ci.org/atusy/cssgrid )
11
+ [ ![ Codecov test coverage] ( https://codecov.io/gh/atusy/cssgrid/branch/master/graph/badge.svg )] ( https://codecov.io/gh/atusy/cssgrid?branch=master )
10
12
<!-- badges: end -->
11
13
12
14
CSS Grid Layout for R Markdown and Shiny
Original file line number Diff line number Diff line change 5
5
6
6
<!-- badges: start -->
7
7
8
+ [ ![ Travis build
9
+ status] ( https://travis-ci.org/atusy/cssgrid.svg?branch=master )] ( https://travis-ci.org/atusy/cssgrid )
10
+ [ ![ Codecov test
11
+ coverage] ( https://codecov.io/gh/atusy/cssgrid/branch/master/graph/badge.svg )] ( https://codecov.io/gh/atusy/cssgrid?branch=master )
8
12
<!-- badges: end -->
9
13
10
14
CSS Grid Layout for R Markdown and Shiny
Original file line number Diff line number Diff line change
1
+ codecov :
2
+ token : 061f50e5-99ee-4bbc-8d73-acf453cc2d92
3
+
4
+ comment : false
5
+
6
+ coverage :
7
+ status :
8
+ project :
9
+ default :
10
+ target : auto
11
+ threshold : 1%
12
+ patch :
13
+ default :
14
+ target : auto
15
+ threshold : 1%
You can’t perform that action at this time.
0 commit comments