Skip to content

Commit

Permalink
GHA: specify target for code coverage output
Browse files Browse the repository at this point in the history
  • Loading branch information
stewid committed Jan 19, 2023
1 parent 64b99db commit ba02680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: curl -Ls https://stewid.github.io/ansible-r-ci/r-ci.yml -o ../r-ci.yml

- name: Check package
run: ansible-playbook -i localhost, --extra-vars "sysreqs=gsl-devel" ../r-ci.yml
run: ansible-playbook -i localhost, --extra-vars "sysreqs=gsl-devel r_ci_covr=codecov" ../r-ci.yml

0 comments on commit ba02680

Please sign in to comment.