From 3216327f3f79fad38960e22404acb4aab63dc1d6 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 17 Aug 2020 19:37:49 +0100 Subject: [PATCH 1/2] Update tests.yml --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8fa8adce..1273bbbf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,6 +44,7 @@ jobs: - name: Run pytest run: | pytest --cov=markdown_it --cov-report=xml --cov-report=term-missing + coverage xml - name: Upload to Codecov if: matrix.python-version == 3.7 && github.repository == 'executablebooks/markdown-it-py' uses: codecov/codecov-action@v1 From dce7997a093074c5c2c25365860019c46ebe4177 Mon Sep 17 00:00:00 2001 From: Chris Sewell Date: Mon, 17 Aug 2020 19:55:33 +0100 Subject: [PATCH 2/2] add init to tests --- .github/workflows/tests.yml | 1 - tests/__init__.py | 0 2 files changed, 1 deletion(-) create mode 100644 tests/__init__.py diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1273bbbf..8fa8adce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,6 @@ jobs: - name: Run pytest run: | pytest --cov=markdown_it --cov-report=xml --cov-report=term-missing - coverage xml - name: Upload to Codecov if: matrix.python-version == 3.7 && github.repository == 'executablebooks/markdown-it-py' uses: codecov/codecov-action@v1 diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 00000000..e69de29b