Skip to content

Commit

Permalink
add giscus and small copy edits
Browse files Browse the repository at this point in the history
  • Loading branch information
epijim committed Feb 23, 2024
1 parent 7adc473 commit f58bda5
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 4 deletions.
2 changes: 1 addition & 1 deletion content/cicdworkflows-minimum/posts/code-coverage.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ It's important to note that code coverage is only telling you if a test exists,
testing all that should be tested against that line of code.

For information on how to add testing to R packages, [R-pkgs.org](https://r-pkgs.org/testing-basics.html) covers
setting up tests with test that.
setting up tests with `testthat`.

## How do I set it up?

Expand Down
29 changes: 26 additions & 3 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ toc: false
::: grid
::: {.g-col-12 .g-col-lg-8 .top-story-text}
## 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
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.

Our aim is not to re-invent the wheel. We hope to both
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.
Expand Down Expand Up @@ -158,4 +159,26 @@ The following CICD are tools are optional tools for power users.
:::

:::
:::


::: {.content-container}
```{=html}
<script src="https://giscus.app/client.js"
data-repo="phuse-org/devops"
data-repo-id="R_kgDOJyUvpw"
data-category="General"
data-category-id="DIC_kwDOJyUvp84CXbBd"
data-mapping="url"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light"
data-lang="en"
data-loading="lazy"
crossorigin="anonymous"
async>
</script>
```
:::

0 comments on commit f58bda5

Please sign in to comment.