Skip to content

Commit

Permalink
Added the missing tag. (#69)
Browse files Browse the repository at this point in the history
[#68] Real coverage percentage is not shown in README.md

Signed-off-by: Daniel Milchev fixed-term.daniel.milchev@bosch.io
  • Loading branch information
daniel-milchev authored Jan 19, 2024
1 parent 0df148a commit 8881b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-coverage-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
generate-coverage-report:
uses: eclipse-kanto/kanto/.github/workflows/coverage-template.yaml@main
with:
coverage-command: go test ./... -coverprofile=coverage.out -covermode count
coverage-command: go test ./... -coverprofile=coverage.out -covermode count -tags=unit

0 comments on commit 8881b9e

Please sign in to comment.