Skip to content

Commit

Permalink
Fix ci and gha update (#526)
Browse files Browse the repository at this point in the history
* add gmail_api example to README.md

* fix ci

fix

fix

m

fix

* codecov update
  • Loading branch information
yjszk authored May 28, 2024
1 parent 13ddc26 commit e6e282a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e6e282a

Please sign in to comment.