diff --git a/.github/workflows/coverage-gather.yml b/.github/workflows/coverage-api.yml similarity index 95% rename from .github/workflows/coverage-gather.yml rename to .github/workflows/coverage-api.yml index 51672435f..c117ea08e 100644 --- a/.github/workflows/coverage-gather.yml +++ b/.github/workflows/coverage-api.yml @@ -46,7 +46,7 @@ jobs: total=`jq -r '.paths | keys | length' build/local-openapi.json` percent=$((current * 100 / total)) echo "API specs implemented for $current/$total ($percent%) APIs." - cat >>"coverage.json" <>"coverage-api.json" <>"test-coverage.json" <>"coverage-tests.json" <