1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2026-05-12 15:39:08 -04:00

Refine coverall (#472)

This commit is contained in:
Loyalsoldier
2020-12-02 21:57:31 +08:00
committed by GitHub
parent cf11bf0498
commit ff09993c8b
3 changed files with 8 additions and 56 deletions

View File

@@ -32,11 +32,12 @@ jobs:
- name: Get dependencies
if: steps.cache-gomodules.outputs.cache-hit != 'true'
run: |
go get -v -t -d ./...
run: go get -v -t -d ./...
- name: Run coverage
run: ./testing/coverage/coverall2
run: |
chmod u+x ./testing/coverage/coverall.sh
./testing/coverage/coverall.sh
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1