Skip to content

Update mocks for new measure_type attribute in CrunchCubes #422

Update mocks for new measure_type attribute in CrunchCubes

Update mocks for new measure_type attribute in CrunchCubes #422

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: 1beb/crunchtabs
steps:
- uses: actions/checkout@v2
- name: Build
run: R CMD build --no-build-vignettes --no-manual .
- name: Check
run: |
R CMD check --no-vignettes --ignore-vignettes --no-manual crunchtabs_*.tar.gz
- name: Coverage
run: |
Rscript -e 'covr::codecov(token = "${{ secrets.CODECOV_TOKEN }}")'