From 014130faa9f5ff9f5f49e42f312ce2e7dd7b2c8b Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Tue, 3 Sep 2024 01:36:29 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f78293b4..028929fc 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,9 @@ jobs: with: name: coverage-${{ matrix.python_version }} path: .coverage.${{ matrix.python_version }} - # By default hidden files/folders (i.e. starting with .) are ignored + # By default hidden files/folders (i.e. starting with .) are ignored. + # You may prefer (for security reason) not setting this and instead + # set COVERAGE_FILE above to not start with a `.` include-hidden-files: true coverage: