drf-yasg/coverage.sh

7 lines
77 B
Bash
Executable File

#!/usr/bin/env bash
set -e
coverage combine || true
coverage report
codecov