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

test pipeline #25

Merged
merged 9 commits into from
Mar 5, 2024
Merged

test pipeline #25

merged 9 commits into from
Mar 5, 2024

Conversation

jkowalleck
Copy link
Member

@jkowalleck jkowalleck commented Mar 4, 2024

fixes #18

  • rework tests
  • add proper test runner
  • have snapshot results
  • make all tests reproducible
  • collect test coverage and upload it to Codacy
  • add all in a pipeline that runs for each change on master or in a pullresuest

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck added the CT label Mar 4, 2024
@jkowalleck jkowalleck added this to the v1.0 milestone Mar 4, 2024
@jkowalleck jkowalleck changed the title [WIP] chore(CT): test pipeline [WIP] test pipeline Mar 4, 2024
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Copy link

codacy-production bot commented Mar 5, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for cd161371 100.00% (target: 80.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (cd16137) Report Missing Report Missing Report Missing
Head commit (7f4de95) 1941 1941 100.00%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#25) 11 11 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck marked this pull request as ready for review March 5, 2024 13:28
@jkowalleck jkowalleck requested a review from a team as a code owner March 5, 2024 13:28
@jkowalleck jkowalleck changed the title [WIP] test pipeline test pipeline Mar 5, 2024
@jkowalleck jkowalleck merged commit 8a31762 into 1.0-dev Mar 5, 2024
18 checks passed
@jkowalleck jkowalleck deleted the test-pipeline branch March 5, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore(CT): add test pipeline
1 participant