From 2b55c9ec138e65b2a095c7c4ca20a3cffe3c115a Mon Sep 17 00:00:00 2001 From: Sean Whalen <44679+seanthegeek@users.noreply.github.com> Date: Wed, 5 Jan 2022 12:11:35 -0500 Subject: [PATCH] Update python-tests.yml --- .github/workflows/python-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 4df3865..41cd212 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -42,6 +42,7 @@ jobs: - name: Run unit tests run: | coverage run tests.py + coverage json - name: Test sample DMARC reports continue-on-error: true run: |