From e6e282a10c9a68f6c4fed631030917a349133d9c Mon Sep 17 00:00:00 2001 From: yuji suzuki <124127211+yjszk@users.noreply.github.com> Date: Wed, 29 May 2024 05:54:17 +0900 Subject: [PATCH] Fix ci and gha update (#526) * add gmail_api example to README.md * fix ci fix fix m fix * codecov update --- .github/workflows/python-tests.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 1240b1f..a61e492 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -52,13 +52,12 @@ jobs: coverage run tests.py coverage json - name: Test sample DMARC reports - continue-on-error: true run: | pip install -e . parsedmarc --debug -c ci.ini samples/aggregate/* - parsedmarc --debug -c ci.ini samples/forensic/*" + parsedmarc --debug -c ci.ini samples/forensic/* - name: Test building packages run: | hatch build - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v4