Skip to content

Merge pull request #3291 from skoudoro/fix-nightly-macos #4

Merge pull request #3291 from skoudoro/fix-nightly-macos

Merge pull request #3291 from skoudoro/fix-nightly-macos #4

Workflow file for this run

name: Coverage
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
concurrency:
group: build-${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
cov:
uses: ./.github/workflows/test_template.yml
with:
runs-on: '["ubuntu-latest", ]'
coverage: true
enable-viz-tests: true
extra-depends: scikit-learn scipy statsmodels pandas tables fury tensorflow
secrets:
codecov-token: ${{ secrets.CODECOV_TOKEN }}