diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 505cfc57..4728c104 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -186,7 +186,7 @@ jobs: - name: Echo Coverage Output Dir run: 'echo "Coverage output directory: ${{ env.COVERAGE_OUTPUT_DIR }}"' - name: Generate Coverage Data - run: make tfgen + run: PULUMI_MISSING_DOCS_ERROR=true make tfgen - name: Summarize Provider Coverage Results run: cat ${{ env.COVERAGE_OUTPUT_DIR }}/shortSummary.txt - name: Upload coverage data to S3