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

introduce code coverage report step #21376

Merged
merged 4 commits into from
Jan 13, 2023

Conversation

mfsiega-airbyte
Copy link
Contributor

@mfsiega-airbyte mfsiega-airbyte commented Jan 13, 2023

What

Introduce a CI step that adds a PR comment with code coverage.

@mfsiega-airbyte mfsiega-airbyte temporarily deployed to more-secrets January 13, 2023 10:57 — with GitHub Actions Inactive
@mfsiega-airbyte mfsiega-airbyte temporarily deployed to more-secrets January 13, 2023 10:57 — with GitHub Actions Inactive
@mfsiega-airbyte mfsiega-airbyte temporarily deployed to more-secrets January 13, 2023 11:28 — with GitHub Actions Inactive
@mfsiega-airbyte mfsiega-airbyte temporarily deployed to more-secrets January 13, 2023 11:28 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

There is no coverage information present for the Files changed

Total Project Coverage 26.6%

@mfsiega-airbyte mfsiega-airbyte temporarily deployed to more-secrets January 13, 2023 15:00 — with GitHub Actions Inactive
@mfsiega-airbyte mfsiega-airbyte temporarily deployed to more-secrets January 13, 2023 15:00 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

There is no coverage information present for the Files changed

Total Project Coverage 26.6%

@mfsiega-airbyte mfsiega-airbyte temporarily deployed to more-secrets January 13, 2023 15:55 — with GitHub Actions Inactive
@mfsiega-airbyte mfsiega-airbyte temporarily deployed to more-secrets January 13, 2023 15:55 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

There is no coverage information present for the Files changed

Total Project Coverage 26.6%

@mfsiega-airbyte mfsiega-airbyte temporarily deployed to more-secrets January 13, 2023 18:15 — with GitHub Actions Inactive
@mfsiega-airbyte mfsiega-airbyte temporarily deployed to more-secrets January 13, 2023 18:16 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

There is no coverage information present for the Files changed

Total Project Coverage 26.6% 🍏

with:
# todo(mfsiega-airbyte): when v1.4 is released, use wildcards per https://github.com/Madrapps/jacoco-report/issues/20.
paths: |
${{ github.workspace }}/airbyte-analytics/build/reports/jacoco/test/jacocoTestReport.xml,
Copy link
Contributor

@c-p-b c-p-b Jan 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we do a glob and make this a little less wordy? e.g. ${{ github.workspace }}/**/build/reports/jacoco/**

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RIP in peace :(

Madrapps/jacoco-report#20

@mfsiega-airbyte mfsiega-airbyte requested a review from c-p-b January 13, 2023 19:24
@mfsiega-airbyte mfsiega-airbyte merged commit b3d9f0e into master Jan 13, 2023
@mfsiega-airbyte mfsiega-airbyte deleted the msiega/introduce-coverage-report4 branch January 13, 2023 19:31
jbfbell pushed a commit that referenced this pull request Jan 13, 2023
* introduce code coverage report step

* remove airbyte-queue jacoco report since it isn't being generated by the build yet

* leave pointer to wildcard support and tweak coverage threshold
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants