File: after_success.sh

package info (click to toggle)
dask 1.0.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,856 kB
  • sloc: python: 51,266; sh: 178; makefile: 142
file content (6 lines) | stat: -rw-r--r-- 133 bytes parent folder | download
1
2
3
4
5
6
#!/usr/bin/env bash
if [[ $COVERAGE == 'true' ]]; then
    coverage report --show-missing
    pip install coveralls
    coveralls
fi