diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 0c469d45..e1e1bc63 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -174,7 +174,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