post_process.sh 115 Bytes
Newer Older
moto's avatar
moto committed
1
2
3
4
#!/usr/bin/env bash

set -e

5
eval "$(./conda/Scripts/conda.exe 'shell.bash' 'hook')"
moto's avatar
moto committed
6
7
8
conda activate ./env

codecov