Skip to content

Commit

Permalink
Add e2e tests to coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Apr 4, 2023
1 parent 1965b08 commit fc33861
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
go-version: 1.x

- name: Run tests
run: go test -covermode=count -coverprofile=coverage.out
run: go test -covermode=count -coverprofile=coverage.out -coverpkg=. ./...

- name: Prepare coverage report
uses: jandelgado/gcov2lcov-action@v1.0.9
Expand Down

0 comments on commit fc33861

Please sign in to comment.