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

chore: display test summary on GH actions #473

Merged
merged 2 commits into from
Jul 12, 2022

Conversation

mdelapenya
Copy link
Collaborator

@mdelapenya mdelapenya commented Jun 27, 2022

What does this PR do?

It adds the test-summary/action GH action (https://github.com/test-summary/action) to both GH actions, which produces an easy-to-read summary of project's test data as part of the GitHub Actions CI/CD workflow.

Why is it important?

This will help us understand at-a-glance the impact to the changes in our pull requests.

Screenshots

Screenshot 2022-06-27 at 17 27 01

@mdelapenya mdelapenya added the chore Changes that do not impact the existing functionality label Jun 27, 2022
@mdelapenya mdelapenya requested a review from gianarb June 27, 2022 15:17
@mdelapenya mdelapenya self-assigned this Jun 27, 2022
@codecov
Copy link

codecov bot commented Jun 27, 2022

Codecov Report

Merging #473 (9d04b74) into main (b5ff9a2) will decrease coverage by 0.15%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #473      +/-   ##
==========================================
- Coverage   69.79%   69.64%   -0.16%     
==========================================
  Files          21       21              
  Lines        1947     1947              
==========================================
- Hits         1359     1356       -3     
- Misses        472      474       +2     
- Partials      116      117       +1     
Impacted Files Coverage Δ
docker.go 70.20% <0.00%> (-0.35%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b5ff9a2...9d04b74. Read the comment docs.

@mdelapenya mdelapenya requested a review from kiview June 27, 2022 15:29
Copy link
Collaborator

@gianarb gianarb left a comment

Choose a reason for hiding this comment

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

Nice!

@mdelapenya mdelapenya merged commit 8e65673 into testcontainers:main Jul 12, 2022
@mdelapenya mdelapenya deleted the test-reports-summary branch June 23, 2023 05:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Changes that do not impact the existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants