upload to codecov

This commit is contained in:
maddalax 2024-10-31 11:01:40 -05:00
parent de0e06155b
commit 6db280907a

View file

@ -25,4 +25,9 @@ jobs:
run: cd ./framework && go mod download
- 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 }}