Skip to content

Clean up istiod-gateway-controller-istio-system ClusterRole & Binding… #130

Clean up istiod-gateway-controller-istio-system ClusterRole & Binding…

Clean up istiod-gateway-controller-istio-system ClusterRole & Binding… #130

Workflow file for this run

name: Code coverage workflow
on: [push, pull_request]
jobs:
coverage:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run coverage
run: |
make test \
-e COVERAGE=true
- name: Upload to Codecov
uses: codecov/codecov-action@v4
with:
files: out/coverage-unit.out,out/coverage-integration.out
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true