Skip to content

Commit

Permalink
ci: allow the README to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinFay committed Feb 28, 2024
1 parent a2ab831 commit 5df35da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -133,15 +133,15 @@ Sys.time()

Here are the test & coverage results:

```{r}
```{r error = TRUE}
devtools::check(quiet = TRUE)
```

```{r echo = FALSE}
unloadNamespace("golem")
```

```{r}
```{r error = TRUE}
covr::package_coverage()
```

Expand Down

0 comments on commit 5df35da

Please sign in to comment.