1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-02-11 13:53:25 +02:00

run codecov report after other commands on circle ci

This commit is contained in:
Jesse Duffield 2018-08-18 11:14:51 +10:00
parent aaa8558de8
commit 99d40c2f8e

View File

@ -22,5 +22,5 @@ jobs:
- checkout
# specify any bash command here prefixed with `run: `
- run: go get -v -t -d ./...
- run: go test -v ./...
- run: bash <(curl -s https://codecov.io/bash)