Skip to content

Comments

Tests#5

Merged
Jannik-Hm merged 13 commits intomainfrom
tests
Nov 20, 2025
Merged

Tests#5
Jannik-Hm merged 13 commits intomainfrom
tests

Conversation

@Jannik-Hm
Copy link
Member

No description provided.

@Jannik-Hm Jannik-Hm self-assigned this Nov 20, 2025
@Jannik-Hm Jannik-Hm added the enhancement New feature or request label Nov 20, 2025
@github-actions
Copy link

github-actions bot commented Nov 20, 2025

File Function Coverage
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:10: IdentityMatrix 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:19: Mul 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:40: MulPosition 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:7: AddTriangle 0.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:11: Copy 0.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:20: Add 0.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:25: RotateAndTranslate 0.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:33: calculateBoundingBox 0.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:53: ScaleToDimensions 0.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/triangle.go:9: Normal 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/triangle.go:15: Copy 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:11: Add 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:15: Sub 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:19: Cross 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:26: Normalize 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:31: ToVertex 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:38: Min 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:46: Max 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:54: Mult 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:62: Div 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vertex.go:8: Copy 100.0%
total: (statements) 57.8%

@github-actions
Copy link

Test Coverage Report 📊

File Function Coverage
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:10: IdentityMatrix 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:19: Mul 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:40: MulPosition 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:7: AddTriangle 0.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:11: Copy 0.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:20: Add 0.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:25: RotateAndTranslate 0.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:33: calculateBoundingBox 0.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:53: ScaleToDimensions 0.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/triangle.go:9: Normal 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/triangle.go:15: Copy 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:11: Add 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:15: Sub 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:19: Cross 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:26: Normalize 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:31: ToVertex 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:38: Min 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:46: Max 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:54: Mult 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:62: Div 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vertex.go:8: Copy 100.0%
total: (statements) 57.8%

@github-actions
Copy link

Test Coverage Report 📊

File Function Coverage
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:10: IdentityMatrix 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:19: Mul 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:40: MulPosition 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:7: AddTriangle 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:11: Copy 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:20: Add 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:25: RotateAndTranslate 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:33: calculateBoundingBox 91.7%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:58: ScaleToDimensions 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/triangle.go:9: Normal 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/triangle.go:15: Copy 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:11: Add 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:15: Sub 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:19: Cross 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:26: Normalize 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:31: ToVertex 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:38: Min 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:46: Max 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:54: Mult 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:62: Div 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vertex.go:8: Copy 100.0%
total: (statements) 98.8%

@github-actions
Copy link

Test Coverage Report 📊

File Function Coverage
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:10: IdentityMatrix 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:19: Mul 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:40: MulPosition 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:11: AddTriangle 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:15: Copy 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:24: Add 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:29: RotateAndTranslate 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:37: calculateBoundingBox 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:62: ScaleToDimensions 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/triangle.go:9: Normal 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/triangle.go:15: Copy 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:11: Add 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:15: Sub 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:19: Cross 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:26: Normalize 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:31: ToVertex 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:38: Min 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:46: Max 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:54: Mult 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:62: Div 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vertex.go:8: Copy 100.0%
total: (statements) 100.0%

@Jannik-Hm Jannik-Hm marked this pull request as ready for review November 20, 2025 20:02
@github-actions
Copy link

Test Coverage Report 📊

File Function Coverage
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:10: IdentityMatrix 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:19: Mul 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/matrix.go:40: MulPosition 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:11: AddTriangle 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:15: Copy 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:24: Add 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:29: RotateAndTranslate 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:37: calculateBoundingBox 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/mesh.go:62: ScaleToDimensions 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/triangle.go:9: Normal 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/triangle.go:15: Copy 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:11: Add 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:15: Sub 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:19: Cross 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:26: Normalize 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:31: ToVertex 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:38: Min 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:46: Max 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:54: Mult 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vector.go:62: Div 100.0%
github.com/Patch2PDF/GDTF-Mesh-Reader/pkg/MeshTypes/vertex.go:8: Copy 100.0%
total: (statements) 100.0%

@Jannik-Hm Jannik-Hm merged commit 3de3f51 into main Nov 20, 2025
7 checks passed
@Jannik-Hm Jannik-Hm deleted the tests branch November 20, 2025 20:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant