Skip to content

Commit

Permalink
debug GA
Browse files Browse the repository at this point in the history
  • Loading branch information
egillax committed Mar 4, 2024
1 parent 6f755ac commit 509aefe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:

- name: Test coverage
if: runner.os == 'Linux'
run: covr::codecov()
run: tryCatch(covr::codecov(), error = function(e) {print(e); traceback()})
shell: Rscript {0}


Expand Down

0 comments on commit 509aefe

Please sign in to comment.