From c5edcbd0ade7ced5eac74bc1a5d19db82deb849f Mon Sep 17 00:00:00 2001 From: epijim Date: Fri, 23 Feb 2024 08:44:48 +0000 Subject: [PATCH] deploy: f58bda51f5af4d0e90d8b698cadf998754293e12 --- content/cicdworkflows-enhanced/index.html | 2 +- content/cicdworkflows-minimum/index.html | 6 ++-- .../posts/code-coverage.html | 2 +- content/cicdworkflows-recommend/index.html | 2 +- index.html | 18 ++++++---- meetings/index.html | 4 +-- post/index.html | 4 +-- search.json | 2 +- sitemap.xml | 34 +++++++++---------- 9 files changed, 39 insertions(+), 35 deletions(-) diff --git a/content/cicdworkflows-enhanced/index.html b/content/cicdworkflows-enhanced/index.html index 0a90704..e541126 100644 --- a/content/cicdworkflows-enhanced/index.html +++ b/content/cicdworkflows-enhanced/index.html @@ -241,7 +241,7 @@

Enhanced CICD workflows

-
+
-
+ -
+ -
+
-
+

diff --git a/index.html b/index.html index 9184d61..253bd76 100644 --- a/index.html +++ b/index.html @@ -228,8 +228,8 @@

Welcome to the home of PharmaDevOps

-

This PHUSE working group is initially focussed on ensuring R package authors can easily add CICD to pharmaverse R packages and related biostatistical packages.

-

Our aim is not to re-invent the wheel. We hope to both convince package developers of the value of CICD, provide a minimum bar of what is expected, and provide a set of tools to make it easy to implement.

+

This PHUSE working group is focussed on ensuring R package authors new to concepts like CICD can can easily add these useful automations to pharmaverse R packages and related biostatistical packages.

+

We hope to both convince package developers of the value of CICD, provide a minimum bar of what is expected, and provide a set of tools to make it easy to implement.

@@ -275,7 +275,7 @@

Minimum CICD

-
+ -
+ -
+

@@ -386,7 +386,7 @@

-
+

@@ -434,7 +434,7 @@

Enhanced CICD

- +
+ +
diff --git a/meetings/index.html b/meetings/index.html index 3fc1e91..5df144d 100644 --- a/meetings/index.html +++ b/meetings/index.html @@ -188,7 +188,7 @@

Meetings

-
+
@@ -213,7 +213,7 @@

-
+
diff --git a/post/index.html b/post/index.html index cd26b57..8ae1c66 100644 --- a/post/index.html +++ b/post/index.html @@ -187,7 +187,7 @@

Posts

-
+
@@ -212,7 +212,7 @@

-
+
diff --git a/search.json b/search.json index 3f26c77..877f78f 100644 --- a/search.json +++ b/search.json @@ -158,7 +158,7 @@ "href": "content/cicdworkflows-minimum/posts/code-coverage.html#why-should-i-use-this", "title": "Check code coverage", "section": "Why should I use this?", - "text": "Why should I use this?\nThis workflow measures code coverage for unit tests and reports the code coverage as a percentage of the total number of lines covered by unit tests vs. the total number of lines in the codebase in an R package.\nIt’s important to note that code coverage is only telling you if a test exists, not that the test is testing all that should be tested against that line of code.\nFor information on how to add testing to R packages, R-pkgs.org covers setting up tests with test that." + "text": "Why should I use this?\nThis workflow measures code coverage for unit tests and reports the code coverage as a percentage of the total number of lines covered by unit tests vs. the total number of lines in the codebase in an R package.\nIt’s important to note that code coverage is only telling you if a test exists, not that the test is testing all that should be tested against that line of code.\nFor information on how to add testing to R packages, R-pkgs.org covers setting up tests with testthat." }, { "objectID": "content/cicdworkflows-minimum/posts/code-coverage.html#how-do-i-set-it-up", diff --git a/sitemap.xml b/sitemap.xml index bf06679..140e29f 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,70 +2,70 @@ https://phuse-org.github.io/devops/meetings/minutes/2023-06-23.html - 2024-02-22T15:53:56.534Z + 2024-02-23T08:44:47.327Z https://phuse-org.github.io/devops/meetings/index.html - 2024-02-22T15:53:56.006Z + 2024-02-23T08:44:46.819Z https://phuse-org.github.io/devops/post/posts/gh-actions.html - 2024-02-22T15:53:55.406Z + 2024-02-23T08:44:46.259Z https://phuse-org.github.io/devops/contact.html - 2024-02-22T15:53:54.806Z + 2024-02-23T08:44:45.631Z https://phuse-org.github.io/devops/content/cicdworkflows-minimum/posts/r-cmd-check/r-cmd-check.html - 2024-02-22T15:53:54.102Z + 2024-02-23T08:44:45.019Z https://phuse-org.github.io/devops/content/cicdworkflows-minimum/index.html - 2024-02-22T15:53:52.954Z + 2024-02-23T08:44:44.191Z https://phuse-org.github.io/devops/content/cicdworkflows-recommend/index.html - 2024-02-22T15:53:52.002Z + 2024-02-23T08:44:43.311Z https://phuse-org.github.io/devops/content/cicdworkflows-enhanced/index.html - 2024-02-22T15:53:50.962Z + 2024-02-23T08:44:42.395Z https://phuse-org.github.io/devops/about.html - 2024-02-22T15:53:49.434Z + 2024-02-23T08:44:40.863Z https://phuse-org.github.io/devops/index.html - 2024-02-22T15:53:50.590Z + 2024-02-23T08:44:42.035Z https://phuse-org.github.io/devops/content/cicdworkflows-enhanced/posts/validate/validate.html - 2024-02-22T15:53:51.670Z + 2024-02-23T08:44:42.947Z https://phuse-org.github.io/devops/content/cicdworkflows-recommend/posts/check-links/check-links.html - 2024-02-22T15:53:52.474Z + 2024-02-23T08:44:43.703Z https://phuse-org.github.io/devops/content/cicdworkflows-minimum/posts/pkgdown.html - 2024-02-22T15:53:53.586Z + 2024-02-23T08:44:44.635Z https://phuse-org.github.io/devops/content/cicdworkflows-minimum/posts/code-coverage.html - 2024-02-22T15:53:54.570Z + 2024-02-23T08:44:45.395Z https://phuse-org.github.io/devops/post/index.html - 2024-02-22T15:53:55.146Z + 2024-02-23T08:44:45.979Z https://phuse-org.github.io/devops/post/posts/external-resources.html - 2024-02-22T15:53:55.658Z + 2024-02-23T08:44:46.495Z https://phuse-org.github.io/devops/meetings/minutes/2023-08-11.html - 2024-02-22T15:53:56.254Z + 2024-02-23T08:44:47.063Z