Skip to content

Commit

Permalink
Improved how CGroups v1 and CGroups v2 settings are queried
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikBengtsson committed Nov 5, 2024
1 parent 2dbc874 commit f6418ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .make/README.md.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,8 @@ appveyor <- function(text = FALSE) {

covr <- function() {
bfr <- NULL
files <- c("covr.yaml", "R-CMD-check.yaml")
for (file in file.path(".github/workflows", files)) {
if (file.exists(file)) {
bfr <- readLines(file)
break
}
}
if (!any(grepl("covr::codecov", bfr, fixed=TRUE))) return()
files <- c("test-coverage.yaml", "covr.yaml")
if (!any(file_test("-f", file.path(".github/workflows/", files)))) return()
a("https://app.codecov.io/gh/%s", github_repos(), body=img("https://codecov.io/gh/%s/branch/develop/graph/badge.svg", github_repos(), alt="Coverage Status"))
}
%>
Expand Down
4 changes: 3 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Version (development version)

* ...
## Miscellaneous

* Improved how CGroups v1 and CGroups v2 settings are queried.


# Version 1.38.0 [2024-07-27]
Expand Down

0 comments on commit f6418ae

Please sign in to comment.