Tokamak/codecov.sh

6 lines
77 B
Bash
Executable File

#!/bin/bash
set -e
set -o pipefail
bash <(curl -s https://codecov.io/bash)