Skip to content

Commit

Permalink
Upgrade Catch2 from v2.13.9 to v2.13.10 (#356)
Browse files Browse the repository at this point in the history
Keep it up to date, `v3.x.x` requires C++ >= 14, so we'll hold off on that
  • Loading branch information
hummeltech authored Nov 28, 2023
1 parent 68e46a2 commit 011af8a
Show file tree
Hide file tree
Showing 5 changed files with 17,994 additions and 20,747 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
lcov \
--output-file coverage.info \
--remove coverage.info \
"${GITHUB_WORKSPACE}/includes/catch.hpp" \
"${GITHUB_WORKSPACE}/includes/catch/catch.hpp" \
"${GITHUB_WORKSPACE}/src/gen_tile_test.cpp" \
"/usr/*"
genhtml coverage.info --output-directory coverage
Expand Down
Loading

0 comments on commit 011af8a

Please sign in to comment.