From 9090a739272d9ddcd95c7222fc9b7da9d14fa3e4 Mon Sep 17 00:00:00 2001 From: "Jonas I. Liechti" Date: Mon, 2 Sep 2024 19:44:00 +0200 Subject: [PATCH] Assert .coverage* files are not ignored in artifact upload This addresses https://github.com/py-cov-action/python-coverage-comment-action/issues/470 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 39da7776..f78293b4 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,8 @@ jobs: with: name: coverage-${{ matrix.python_version }} path: .coverage.${{ matrix.python_version }} + # By default hidden files/folders (i.e. starting with .) are ignored + include-hidden-files: true coverage: name: Coverage