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

@Decorator and code coverage #23

Open
Timbuktu1982 opened this issue Jul 11, 2023 · 0 comments
Open

@Decorator and code coverage #23

Timbuktu1982 opened this issue Jul 11, 2023 · 0 comments
Assignees
Labels
investigating Issue is currently being checked

Comments

@Timbuktu1982
Copy link
Contributor

Hi EnterTheNameHere,
when i use a decorator inside a class, the generated docs has a devaluation of code coverage.

input:

/**
   * Injected service for process management.
   *
   * @author  Oliver Schmidt < [email protected]
   * @since	1.0.0
   * @version	1.0.0
   *
   * @type    {ServiceClass}
   */
  @ServiceInjection 'ProcessManager': ServiceClass;

output:
grafik
grafik

Following output, when i remove the usage:
grafik
grafik

I works with node.js19 and typescript.

@EnterTheNameHere EnterTheNameHere self-assigned this Jul 13, 2023
@EnterTheNameHere EnterTheNameHere added the investigating Issue is currently being checked label Jul 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating Issue is currently being checked
Projects
None yet
Development

No branches or pull requests

2 participants