@@ -50,9 +50,3 @@ jobs:
|
|||||||
|
|
||||||
- name: coverage summary
|
- name: coverage summary
|
||||||
run: go tool cover -func=coverage.out | tail -1
|
run: go tool cover -func=coverage.out | tail -1
|
||||||
|
|
||||||
- name: upload coverage
|
|
||||||
uses: actions/upload-artifact@v4
|
|
||||||
with:
|
|
||||||
name: coverage
|
|
||||||
path: coverage.out
|
|
||||||
|
|||||||
Reference in New Issue
Block a user