Skip to content

Commit

Permalink
Merge pull request #935 from libcpr/ci_test_matrix
Browse files Browse the repository at this point in the history
Using Test Matrix for Validating all Combinations
  • Loading branch information
COM8 authored Aug 3, 2023
2 parents eb2d418 + 4b0065c commit 853f16e
Show file tree
Hide file tree
Showing 9 changed files with 235 additions and 568 deletions.
3 changes: 2 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ Checks: '*,
-bugprone-easily-swappable-parameters,
-modernize-return-braced-init-list,
-cppcoreguidelines-avoid-magic-numbers,
-readability-magic-numbers
-readability-magic-numbers,
-cppcoreguidelines-avoid-do-while
'
WarningsAsErrors: '*'
HeaderFilterRegex: 'src/*.hpp'
Expand Down
Loading

0 comments on commit 853f16e

Please sign in to comment.