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

Adding e2e test coverage #1071

Merged
merged 9 commits into from Sep 24, 2022
Merged

Adding e2e test coverage #1071

merged 9 commits into from Sep 24, 2022

Commits on Sep 22, 2022

  1. configuring app for test coverage

    Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
    Ceridwen Driskill committed Sep 22, 2022
    Copy the full SHA
    9167ad3 View commit details
    Browse the repository at this point in the history
  2. update docker files to build and run with coverage

    Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
    Ceridwen Driskill committed Sep 22, 2022
    Copy the full SHA
    56b0ab0 View commit details
    Browse the repository at this point in the history
  3. updating tests to account for test coverage output

    Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
    Ceridwen Driskill committed Sep 22, 2022
    Copy the full SHA
    57a22cc View commit details
    Browse the repository at this point in the history
  4. adding e2e coverage to github actions in theory

    Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
    Ceridwen Driskill committed Sep 22, 2022
    Copy the full SHA
    706d2ec View commit details
    Browse the repository at this point in the history
  5. removing /pkg/generated/ from coverage report

    Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
    Ceridwen Driskill committed Sep 22, 2022
    Copy the full SHA
    e1124d2 View commit details
    Browse the repository at this point in the history
  6. lint

    Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
    Ceridwen Driskill committed Sep 22, 2022
    Copy the full SHA
    836e33a View commit details
    Browse the repository at this point in the history
  7. separate port for server test killswitch

    Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
    Ceridwen Driskill committed Sep 22, 2022
    Copy the full SHA
    03fbc08 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. hide killswitch flag

    Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
    Ceridwen Driskill committed Sep 23, 2022
    Copy the full SHA
    7e4a588 View commit details
    Browse the repository at this point in the history
  2. pin gocovmerge, factor out stripCoverageOutput

    Signed-off-by: Ceridwen Driskill <cdriskill@google.com>
    Ceridwen Driskill committed Sep 23, 2022
    Copy the full SHA
    a62fbc6 View commit details
    Browse the repository at this point in the history