Skip to content

Commit

Permalink
Reset GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
RLumSK committed Sep 23, 2023
1 parent 8a79696 commit 83d622e
Showing 1 changed file with 7 additions and 18 deletions.
25 changes: 7 additions & 18 deletions .github/workflows/GitHub_Actions_CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,23 +85,12 @@ jobs:

- name: Test coverage
run: |
covr::codecov(
quiet = FALSE,
clean = FALSE,
install_path = file.path(Sys.getenv("RUNNER_TEMP"), "package")
)
covr::codecov()
shell: Rscript {0}

- name: Show testthat output
if: always()
run: |
## --------------------------------------------------------------------
find ${{ runner.temp }}/package -name 'testthat.Rout*' -exec cat '{}' \; || true
shell: bash

- name: Upload test results
if: failure()
uses: actions/upload-artifact@v3
with:
name: coverage-test-failures
path: ${{ runner.temp }}/package
# - name: Upload test results
# if: failure()
# uses: actions/upload-artifact@v3
# with:
# name: coverage-test-failures
# path: ${{ runner.temp }}/package

0 comments on commit 83d622e

Please sign in to comment.