diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index eadc06ba..7628d190 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -172,7 +172,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