Skip to content

Commit

Permalink
upload to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
maddalax committed Oct 31, 2024
1 parent de0e061 commit 6db2809
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run-framework-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 6db2809

Please sign in to comment.