Fix ci and gha update (#526)

* add gmail_api example to README.md

* fix ci

fix

fix

m

fix

* codecov update
This commit is contained in:
yuji suzuki
2024-05-29 05:54:17 +09:00
committed by GitHub
parent 13ddc26d70
commit e6e282a10c

View File

@@ -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