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

Feature/acceptance test coverage #15

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

dnnrly
Copy link
Owner

@dnnrly dnnrly commented May 19, 2022

Description

Add the ability to get coverage from acceptance tests.

Fixes # (issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Running existing tests
  • Created new tests

Checklist:

  • My code has been linted (make lint)
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing tests pass locally with my changes (make test lint build acceptance-test)
  • I have rebased my branch to include the latest changes from master

@ghost
Copy link

ghost commented May 19, 2022

👆 Click on the image for a new way to code review
  • Make big changes easier — review code in small groups of related files

  • Know where to start — see the whole change at a glance

  • Take a code tour — explore the change with an interactive tour

  • Make comments and review — all fully sync’ed with github

    Try it now!

Review these changes using an interactive CodeSee Map

Legend

CodeSee Map Legend

@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #15 (670cfa7) into main (7dbfefd) will decrease coverage by 1.52%.
The diff coverage is 47.36%.

@@            Coverage Diff             @@
##             main      #15      +/-   ##
==========================================
- Coverage   84.40%   82.87%   -1.53%     
==========================================
  Files           2        3       +1     
  Lines         109      146      +37     
==========================================
+ Hits           92      121      +29     
- Misses         15       20       +5     
- Partials        2        5       +3     
Impacted Files Coverage Δ
cmd/wait-for/main.go 64.86% <47.36%> (ø)
waitfor.go 83.33% <0.00%> (+6.94%) ⬆️

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 7dbfefd...670cfa7. Read the comment docs.

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.

1 participant