upload to codecov
This commit is contained in:
parent
de0e06155b
commit
6db280907a
1 changed files with 6 additions and 1 deletions
7
.github/workflows/run-framework-tests.yml
vendored
7
.github/workflows/run-framework-tests.yml
vendored
|
|
@ -25,4 +25,9 @@ jobs:
|
||||||
run: cd ./framework && go mod download
|
run: cd ./framework && go mod download
|
||||||
|
|
||||||
- name: Run Go tests
|
- name: Run Go tests
|
||||||
run: cd ./framework && go test ./...
|
run: cd ./framework && go test ./... -coverprofile=coverage.txt
|
||||||
|
|
||||||
|
- name: Upload results to Codecov
|
||||||
|
uses: codecov/codecov-action@v4
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue