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

BAAS Test Coverage Mega Issue #38

Open
9 tasks
ValentijnvdBeek opened this issue Nov 11, 2021 · 0 comments
Open
9 tasks

BAAS Test Coverage Mega Issue #38

ValentijnvdBeek opened this issue Nov 11, 2021 · 0 comments

Comments

@ValentijnvdBeek
Copy link
Collaborator

ValentijnvdBeek commented Nov 11, 2021

Summary

One of the things in the BAAS project which is running behind is the test coverage of the various modules in the program. Although there are many valid ways to measure the quality of the tests; The quantity and coverage is a good way to start. Hence it should probably be an aim of the project to have a coverage of at least 70% throughout the project.

Current state

These are the values calculated by go test ./... -coverprofile on the newest branch of the BAAS project

  • control_server/api: 20.5%
  • management_os/entrypoint: 12.5%
  • pkg/api: 0%
  • pkg/compression: 34.3%
  • pkg/database: 0%
  • pkg/fs: 66.7%
  • pkg/httplog: 0%
  • pkg/model: 0%
  • pkg/util: 0%

Tasks:

Get a coverage of >70%

  • control_server/api
  • management_os/entrypoint
  • pkg/api
  • pkg/compression
  • pkg/database
  • pkg/fs
  • pkg/httplog
  • pkg/model
  • pkg/util
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

No branches or pull requests

1 participant