Skip to content

Commit

Permalink
test2
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 10, 2024
1 parent b2e751e commit 6acc209
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 @@ -68,6 +68,7 @@ jobs:
docker exec kubearmor-test kill -s SIGINT $KUBEARMOR_PID
sleep 10
docker cp kubearmor-test:/coverage.out gover.coverprofile
ls -l
working-directory: KubeArmor

- name: Archive log artifacts
Expand All @@ -82,6 +83,7 @@ jobs:
- name: Measure code coverage
if: ${{ always() }}
run: |
ls -l
go install github.com/modocache/gover@latest
gover
go tool cover -func=gover.coverprofile
Expand Down

0 comments on commit 6acc209

Please sign in to comment.