Skip to content

Commit

Permalink
MAINT: update GHA coverage workflow and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fredjaya committed Apr 24, 2024
1 parent 1987d13 commit 69d4d26
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ jobs:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r@v2
with:
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ This package is under construction. Though we are fairly confident that implemen
```r
# install.packages("devtools")
devtools::install_github("AngusMcLure/PoolPoweR")
```
```

## Citation
> McLure, A., & Jaya, F. PoolPoweR [Computer software]. https://github.com/AngusMcLure/PoolPoweR

0 comments on commit 69d4d26

Please sign in to comment.