4 lines
75 B
Bash
4 lines
75 B
Bash
|
#!/bin/bash
|
||
|
set -eo pipefail
|
||
|
bash <(curl -s https://codecov.io/bash) -F $1
|