Skip to content

Commit

Permalink
consolidate CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nhejazi committed Jul 6, 2021
1 parent 264a075 commit 1ab201f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 83 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
install.packages(c("remotes", "rcmdcheck", "covr", "sessioninfo"))
remotes::install_deps(dependencies = TRUE)
remotes::install_github("tlverse/sl3")
remotes::install_github(c("tlverse/sl3", "r-lib/covr"))
shell: Rscript {0}
- name: Check
run: |
Expand Down
2 changes: 0 additions & 2 deletions README.Rmd
Expand Up @@ -17,8 +17,6 @@ knitr::opts_chunk$set(

# R/`txshift`

[![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/nhejazi/txshift?branch=master&svg=true)](https://ci.appveyor.com/project/nhejazi/txshift)

<!-- badges: start -->
[![R-CMD-check](https://github.com/nhejazi/txshift/workflows/R-CMD-check/badge.svg)](https://github.com/nhejazi/txshift/actions)
[![Coverage Status](https://img.shields.io/codecov/c/github/nhejazi/txshift/master.svg)](https://codecov.io/github/nhejazi/txshift?branch=master)
Expand Down
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -3,9 +3,6 @@

# R/`txshift`

[![AppVeyor Build
Status](https://ci.appveyor.com/api/projects/status/github/nhejazi/txshift?branch=master&svg=true)](https://ci.appveyor.com/project/nhejazi/txshift)

<!-- badges: start -->

[![R-CMD-check](https://github.com/nhejazi/txshift/workflows/R-CMD-check/badge.svg)](https://github.com/nhejazi/txshift/actions)
Expand Down
74 changes: 0 additions & 74 deletions appveyor.yml

This file was deleted.

3 changes: 0 additions & 3 deletions codecov.yml
@@ -1,4 +1 @@
comment: false

codecov:
token: e8112dc2-2988-4488-8a5d-21d366deddaa

0 comments on commit 1ab201f

Please sign in to comment.