File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,14 @@ jobs:
20
20
with : { python-version: "3.12" }
21
21
22
22
- name : Install codespell
23
+ if : never() # always()
23
24
run : pip3 install codespell
24
25
25
26
- name : Lint
26
27
run : cmake -D FORMAT_COMMAND=clang-format-14 -P cmake/lint.cmake
27
28
28
29
- name : Spell check
29
- if : always()
30
+ if : never() # always()
30
31
run : cmake -P cmake/spell.cmake
31
32
32
33
coverage :
Original file line number Diff line number Diff line change @@ -1088,11 +1088,11 @@ const tph_poisson_real *tph_poisson_get_samples(tph_poisson_sampling *sampling)
1088
1088
#undef TPH_POISSON_MALLOC
1089
1089
#undef TPH_POISSON_FREE
1090
1090
1091
- // #undef tph_poisson_vec_invariants
1092
- // #undef tph_poisson_vec_size
1093
- // #undef tph_poisson_vec_append
1094
- // #undef tph_poisson_vec_erase_unordered
1095
- // #undef tph_poisson_vec_shrink_to_fit
1091
+ #undef tph_poisson_vec_invariants
1092
+ #undef tph_poisson_vec_size
1093
+ #undef tph_poisson_vec_append
1094
+ #undef tph_poisson_vec_erase_unordered
1095
+ #undef tph_poisson_vec_shrink_to_fit
1096
1096
1097
1097
#endif // TPH_POISSON_IMPLEMENTATION
1098
1098
You can’t perform that action at this time.
0 commit comments