Skip to content

Commit

Permalink
Update replace many curl download on one download curl to codecov-bas…
Browse files Browse the repository at this point in the history
…h file
  • Loading branch information
Shupilkin Stanislav Yurevich committed Oct 24, 2019
1 parent 340166e commit ac34452
Showing 1 changed file with 13 additions and 11 deletions.
24 changes: 13 additions & 11 deletions .github/workflows/blank.yml
Expand Up @@ -57,14 +57,16 @@ jobs:
go test ./service/health -race -v -coverprofile=health.txt -covermode=atomic
- name: Run code coverage
run: |
bash <(curl -s https://codecov.io/bash) -f lib.txt
bash <(curl -s https://codecov.io/bash) -f util.txt
bash <(curl -s https://codecov.io/bash) -f service.txt
bash <(curl -s https://codecov.io/bash) -f env.txt
bash <(curl -s https://codecov.io/bash) -f rpc.txt
bash <(curl -s https://codecov.io/bash) -f http.txt
bash <(curl -s https://codecov.io/bash) -f static.txt
bash <(curl -s https://codecov.io/bash) -f limit.txt
bash <(curl -s https://codecov.io/bash) -f headers.txt
bash <(curl -s https://codecov.io/bash) -f metrics.txt
bash <(curl -s https://codecov.io/bash) -f health.txt
curl https://codecov.io/bash -o codecov-bash
chmod +x codecov-bash
./codecov-bash -f lib.txt
./codecov-bash -f util.txt
./codecov-bash -f service.txt
./codecov-bash -f env.txt
./codecov-bash -f rpc.txt
./codecov-bash -f http.txt
./codecov-bash -f static.txt
./codecov-bash -f limit.txt
./codecov-bash -f headers.txt
./codecov-bash -f metrics.txt
./codecov-bash -f health.txt

0 comments on commit ac34452

Please sign in to comment.