Skip to content

Commit

Permalink
enable coverage runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Jul 12, 2023
1 parent 7a591bb commit 46c36e6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .circleci/build-triggers.override.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"build-deploy": false,
"coverage": true,
"docs": false,
"ui": false,
"integration": false,
"smoke": false,
"smoke-flaky": false,
"rpms": false,
"debs": false,
"oci": false,
"build-publish": false,
"trivy-scan": false,
"experimental": false
}

0 comments on commit 46c36e6

Please sign in to comment.