TUN-7447: Add a cover build to report code coverage

This commit is contained in:
Sudarsan Reddy
2023-05-31 14:59:05 +01:00
parent 867360c8dd
commit 58b27a1ccf
2 changed files with 17 additions and 1 deletions

View File

@@ -29,6 +29,12 @@ buster: &buster
- export GOARCH=amd64
- export FIPS=true
- make cloudflared
cover:
build_dir: *build_dir
builddeps: *build_deps
pre-cache: *build_pre_cache
post-cache:
- make cover
# except FIPS (handled in github-fips-release-pkgs) and macos (handled in github-release-macos-amd64)
github-release-pkgs:
build_dir: *build_dir