You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before you ask for help or support, make sure that you've consulted the manual for faasd. We can't answer questions that are already covered by the manual.
Why do you need this?
Currently, the test coverage for the project is only 16%, which may lead to untested edge cases, regressions, and potential stability issues. Improving test coverage will enhance reliability, maintainability, and confidence in future updates.
Who is this for?
What company is this for? Are you listed in the ADOPTERS.md file?
Not an Adopter
Expected Behaviour
The project should have a higher unit test coverage (goal: 80%).
New features and modules should have corresponding tests.
Current Behaviour
The current unit test coverage is only 16%.
Many critical components lack adequate tests.
Potential regressions may go unnoticed.
List All Possible Solutions and Workarounds
Which Solution Do You Recommend?
Identify untested modules and write new unit tests.
Improve existing tests to cover edge cases.
Steps to Reproduce (for bugs)
Run the below command
go test ./... -cover -coverprofile=coverage.out && go tool cover -func=coverage.out | tail -n 1
The text was updated successfully, but these errors were encountered:
Due diligence
My actions before raising this issue
Before you ask for help or support, make sure that you've consulted the manual for faasd. We can't answer questions that are already covered by the manual.
Why do you need this?
Currently, the test coverage for the project is only 16%, which may lead to untested edge cases, regressions, and potential stability issues. Improving test coverage will enhance reliability, maintainability, and confidence in future updates.
Who is this for?
What company is this for? Are you listed in the ADOPTERS.md file?
Not an Adopter
Expected Behaviour
Current Behaviour
List All Possible Solutions and Workarounds
Which Solution Do You Recommend?
Steps to Reproduce (for bugs)
The text was updated successfully, but these errors were encountered: