Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
seanthegeek committed Jun 11, 2024
2 parents 61402d6 + e6e282a commit b110d06
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 b110d06

Please sign in to comment.