Skip to content

Commit

Permalink
220927: removing type all from the test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
AnestisTouloumis committed Sep 27, 2022
1 parent ef9b7e4 commit 2b4a352
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 @@ -27,5 +27,5 @@ jobs:
needs: coverage

- name: Test coverage
run: covr::codecov(quiet = FALSE, type = "all")
run: covr::codecov(quiet = FALSE)
shell: Rscript {0}

0 comments on commit 2b4a352

Please sign in to comment.