Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start capturing more coverage data #831

Open
t0yv0 opened this issue Feb 27, 2024 · 0 comments
Open

Start capturing more coverage data #831

t0yv0 opened this issue Feb 27, 2024 · 0 comments
Labels
kind/engineering Work that is not visible to an external user

Comments

@t0yv0
Copy link
Member

t0yv0 commented Feb 27, 2024

Setting COVERAGE_OUTPUT_DIR on a bridged provider emits metadata about example rendering. However currently only summary metrics are captured on S3:

    - name: Upload coverage data to S3
      run: >-
        summaryName="${PROVIDER}_summary_$(date +"%Y-%m-%d_%H-%M-%S").json"

        s3FullURI="s3://${{ secrets.S3_COVERAGE_BUCKET_NAME }}/summaries/${summaryName}"

        aws s3 cp "${{ env.COVERAGE_OUTPUT_DIR }}/summary.json" "${s3FullURI}" --acl bucket-owner-full-control

Capture everything emitted but use a different S3 prefix (not ./summaries/).

@mjeffryes mjeffryes added the kind/engineering Work that is not visible to an external user label Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/engineering Work that is not visible to an external user
Projects
None yet
Development

No branches or pull requests

2 participants