Skip to content

Commit 011af8a

Browse files
authored
Upgrade Catch2 from v2.13.9 to v2.13.10 (#356)
Keep it up to date, `v3.x.x` requires C++ >= 14, so we'll hold off on that
1 parent 68e46a2 commit 011af8a

5 files changed

Lines changed: 17994 additions & 20747 deletions

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
lcov \
4747
--output-file coverage.info \
4848
--remove coverage.info \
49-
"${GITHUB_WORKSPACE}/includes/catch.hpp" \
49+
"${GITHUB_WORKSPACE}/includes/catch/catch.hpp" \
5050
"${GITHUB_WORKSPACE}/src/gen_tile_test.cpp" \
5151
"/usr/*"
5252
genhtml coverage.info --output-directory coverage

0 commit comments

Comments
 (0)