[mirror] Opinionated R package quickstart
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of https://github.com/VisruthSK/bootstrapper

+3 -3
+1 -1
.github/workflows/format-suggest.yaml
··· 36 36 uses: posit-dev/setup-air@v1 37 37 38 38 - name: Jarl format 39 - uses: etiennebacher/setup-jarl@v0.1.0 39 + uses: etiennebacher/setup-jarl@v0.1.1 40 40 with: 41 41 args: "check --fix" 42 42
+2 -2
.github/workflows/test-coverage.yaml
··· 40 40 covr::to_cobertura(cov) 41 41 shell: Rscript {0} 42 42 43 - - uses: codecov/codecov-action@v5 43 + - uses: codecov/codecov-action@v6 44 44 with: 45 45 # Fail if error if not on PR, or if on PR and token is given 46 46 fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }} ··· 58 58 59 59 - name: Upload test results 60 60 if: failure() 61 - uses: actions/upload-artifact@v6 61 + uses: actions/upload-artifact@v7 62 62 with: 63 63 name: coverage-test-failures 64 64 path: ${{ runner.temp }}/package