Skip to content

Commit

Permalink
updated covr::coveralls call in yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
dazzimonti committed Oct 31, 2024
1 parent 2a3dd94 commit 8a374a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
| jq '.token')" >> $GITHUB_ENV
- name: Generate and Upload R Package Coverage
run: covr::coveralls(service_name='travis-pro', repo_token=${{ env.COVERALLS_REPO_TOKEN }}, type='all')
run: covr::coveralls(service_name='travis-pro', repo_token=${{ env.COVERALLS_REPO_TOKEN }})
shell: Rscript {0}

0 comments on commit 8a374a6

Please sign in to comment.