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

Increase test coverage of haeley-webgl #2

Open
bakoe opened this issue Jan 26, 2022 · 0 comments
Open

Increase test coverage of haeley-webgl #2

bakoe opened this issue Jan 26, 2022 · 0 comments

Comments

@bakoe
Copy link
Contributor

bakoe commented Jan 26, 2022

As long as coveralls is not set-up for the repository, here is a current coverage report created by running npm run test:nyc on commit c8a002d:

-----------------------|---------|----------|---------|---------|-------------------
File                   | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
-----------------------|---------|----------|---------|---------|-------------------
All files              |    20.2 |    10.81 |    19.3 |    19.6 |
 about.ts              |     100 |      100 |     100 |     100 |
 allocationregister.ts |     100 |      100 |     100 |     100 |
 buffer.ts             |       0 |        0 |       0 |       0 | 4-188
 changelookup.ts       |     100 |      100 |     100 |     100 |
 context.ts            |    6.32 |     2.85 |    2.08 |    6.32 | 88-1194
 contextmasquerade.ts  |      86 |       75 |   88.88 |      86 | 116-124
 extensions.ts         |     100 |      100 |     100 |     100 |
 extensionshash.ts     |     100 |      100 |     100 |     100 |
 formatbytesizes.ts    |    7.89 |        0 |       0 |    7.89 | 20-146,159-181
 framebuffer.ts        |       0 |        0 |       0 |       0 | 4-506
 geometry.ts           |       0 |        0 |       0 |       0 | 6-129
 gl2facade.ts          |    2.47 |        0 |       0 |    2.52 | 27-464
 initializable.ts      |   82.25 |      100 |   82.75 |   82.69 | 127-142
 object.ts             |   83.33 |      100 |   66.66 |   83.33 | 105,138-147
 program.ts            |       0 |        0 |       0 |       0 | 4-240
 renderbuffer.ts       |       0 |        0 |       0 |       0 | 4-203
 shader.ts             |       0 |        0 |       0 |       0 | 4-198
 texture2d.ts          |       0 |        0 |       0 |       0 | 4-451
 vertexarray.ts        |       0 |        0 |       0 |       0 | 4-136
 wizard.ts             |       0 |        0 |       0 |       0 | 4-107
-----------------------|---------|----------|---------|---------|-------------------

Colored:

image

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