Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,12 @@ jobs:
extra-packages: any::covr, any::xml2
needs: coverage

- name: Create and populate .Renviron file
run: |
echo DATABRICKS_HOST="$DATABRICKS_HOST" >> ~/.Renviron
echo DATABRICKS_TOKEN="$DATABRICKS_TOKEN" >> ~/.Renviron
echo DATABRICKS_WSID="$DATABRICKS_WSID" >> ~/.Renviron
shell: bash

- name: Test coverage
env:
DATABRICKS_HOST: ${{ secrets.DATABRICKS_HOST }}
DATABRICKS_TOKEN: ${{ secrets.DATABRICKS_TOKEN }}
DATABRICKS_WSID: ${{ secrets.DATABRICKS_WSID }}
NOT_CRAN: true
run: |
cov <- covr::package_coverage(
quiet = FALSE,
Expand All @@ -63,7 +61,6 @@ jobs:
plugins: noop
disable_search: true
use_oidc: true
verbose: true

- name: Show testthat output
if: always()
Expand Down
Empty file removed R/zzz.R
Empty file.
1 change: 1 addition & 0 deletions brickster.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ LineEndingConversion: Posix
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source
PackageCheckArgs: --as-cran
PackageRoxygenize: rd,collate,namespace,vignette