No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
4821a06
... +0 ...
d6275b8
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
1 | 1 | /** |
|
2 | - | * meshoptimizer - version 0.16 |
|
2 | + | * meshoptimizer - version 0.17 |
|
3 | 3 | * |
|
4 | 4 | * Copyright (C) 2016-2021, by Arseny Kapoulkine (arseny.kapoulkine@gmail.com) |
|
5 | 5 | * Report bugs and download new versions at https://github.com/zeux/meshoptimizer |
12 | 12 | #include <stddef.h> |
|
13 | 13 | ||
14 | 14 | /* Version macro; major * 1000 + minor * 10 + patch */ |
|
15 | - | #define MESHOPTIMIZER_VERSION 160 /* 0.16 */ |
|
15 | + | #define MESHOPTIMIZER_VERSION 170 /* 0.17 */ |
|
16 | 16 | ||
17 | 17 | /* If no API is defined, assume default */ |
|
18 | 18 | #ifndef MESHOPTIMIZER_API |
Files | Coverage |
---|---|
Project Totals (16 files) | 97.54% |
d6275b8
4821a06