From 07f11fe83a51bf6f4aadd40f017590315b8bbd6c Mon Sep 17 00:00:00 2001 From: "hypothesis-github-app[bot]" <121194500+hypothesis-github-app[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:28:32 +0100 Subject: [PATCH] Apply updates from cookiecutter (#40) This automated commit applies the latest updates from our cookiecutters [1] to this repo. [1]: https://github.com/hypothesis/cookiecutters Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75ae72c..76eae06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -81,6 +81,7 @@ jobs: with: name: coverage path: .coverage.* + include-hidden-files: true Coverage: needs: tests runs-on: ubuntu-latest