diff --git a/.github/workflows/audits.yml b/.github/workflows/audits.yml index cc2e910..310c832 100644 --- a/.github/workflows/audits.yml +++ b/.github/workflows/audits.yml @@ -120,6 +120,10 @@ jobs: - name: Run profiler tests run: make test + + - name: Report test coverage + run: make coverage + continue-on-error: true - name: Smoke-test the CLI run: |