Closed tyroneschiff closed 8 months ago
Attention: Patch coverage is 88.88889%
with 1 lines
in your changes are missing coverage. Please review.
Project coverage is 89.26%. Comparing base (
dfa3539
) to head (ca3f5d9
).
Files | Patch % | Lines |
---|---|---|
backend/jobs/workers/bigquery/bq_worker.py | 88.88% | 0 Missing and 1 partial :warning: |
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This change was tested in a demonstration environment to confirm functionality. When a user opts in to tracking when first deploying the application, the requestMetadata of the BigQuery API request will include a
callerSuppliedUserAgent
which will includecloud-solutions/crmint-usage-v3
. If the user is opted out, this information will not be added to thecallerSuppliedUserAgent
. Here is an example below of an opted incallerSuppliedUserAgent
:The nomenclature of
cloud-solutions
is required in this case for pseudoanonymized measurement.crmint-usage-v3
was selected since it involves CRMint & usage and we refer to CRMint on Cloud Run as V3.