Skip to content

Commit

Permalink
fucking gha gahhhhh
Browse files Browse the repository at this point in the history
  • Loading branch information
tanho63 committed Jan 12, 2022
1 parent 82542a9 commit 27a3ecf
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,23 @@
on:
push:
branches: [main, master]
pull_request:
branches: [main, master]
# tags: ['*']
workflow_dispatch:

name: test-coverage
name: testcoverage

jobs:
test-coverage:
testcoverage:
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN}}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-pandoc@v1

- uses: r-lib/actions/setup-r@v1
with:
use-public-rspm: true
Expand All @@ -27,6 +28,6 @@ jobs:
with:
extra-packages: covr

- name: Test coverage
run: covr::codecov()
shell: Rscript {0}
- name: Test Coverage
run: |
Rscript -e 'covr::codecov()'

0 comments on commit 27a3ecf

Please sign in to comment.