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:
7
.github/workflows/coverage.yml
vendored
7
.github/workflows/coverage.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user