Skip to content

Commit

Permalink
build(ci): html coverage (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfalkowski authored Apr 28, 2024
1 parent 6fccdc3 commit efbabe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
key: go-health-go-build-cache-{{ checksum "go.sum" }}
paths:
- /home/circleci/.cache/go-build
- run: make func-coverage
- run: make html-coverage
- store_test_results:
path: test/reports
- store_artifacts:
Expand Down

0 comments on commit efbabe5

Please sign in to comment.