Skip to content

Commit

Permalink
chore: v0.6.0.9003
Browse files Browse the repository at this point in the history
- `inflate` and `inflate_all()` proposes to compute the package code coverage using `covr::package_coverage()` using the `codecov` parameter (default is FALSE)
  • Loading branch information
yohann committed Jun 17, 2024
1 parent 0f8bb9d commit fb04600
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: fusen
Title: Build a Package from Rmarkdown Files
Version: 0.6.0.9002
Version: 0.6.0.9003
Authors@R: c(
person("Sebastien", "Rochette", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1565-9313")),
Expand Down
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# fusen (development version 0.6.0.9003)

## New features

- `inflate` and `inflate_all()` proposes to compute the package code coverage using `covr::package_coverage()` using the `codecov` parameter (default is FALSE)

# fusen (development version 0.6.0.9002)

## New features
Expand Down

0 comments on commit fb04600

Please sign in to comment.