Skip to content

Bump scipy from 1.4.1 to 1.10.0 #53

Bump scipy from 1.4.1 to 1.10.0

Bump scipy from 1.4.1 to 1.10.0 #53

Workflow file for this run

name: Run code coverage
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run_code_coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: docker build --tag glenside .
- run: docker run --privileged glenside /bin/bash -c "cargo install cargo-tarpaulin && cargo tarpaulin --no-default-features --features tvm --timeout 180"
# TODO(acheung8) Next steps -- fail if tarpaulin coverage dips below certain amount