Skip to content

Commit

Permalink
Set env var for coverage in docker mode
Browse files Browse the repository at this point in the history
Signed-off-by: Navin Chandra <navinchandra772@gmail.com>
  • Loading branch information
navin772 committed Jul 27, 2024
1 parent b931027 commit 27f5301
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ jobs:

- name: Generate KubeArmor artifacts
run: |
# set the $IS_COVERAGE env var to 'true' to build the kubearmor-test image for coverage calculation
export IS_COVERAGE=true
GITHUB_SHA=$GITHUB_SHA ./KubeArmor/build/build_kubearmor-test.sh
- name: Run KubeArmor init container
Expand Down

0 comments on commit 27f5301

Please sign in to comment.