diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index 9903ae0..ad583d3 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -19,7 +19,7 @@ jobs: - name: Set up Python 3.8 uses: actions/setup-python@v2 with: - python-version: "386" + python-version: "3.8" - name: Install system dependencies run: | sudo apt-get update diff --git a/build.sh b/build.sh index e5eb52a..6212871 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash . venv/bin/activate -pip3 install -U -r requirements.txt && cd docs && make html && cp -r _build/html/* ../../parsedmarc-docs/ && cd .. && flake8 parsedmarc && flake8 tests.py && python3 tests.py && rm -rf dist/ build/ && hatch build +pip3 install -U -r requirements.txt && cd docs && make html && cp -r build/html/* ../../parsedmarc-docs/ && cd .. && flake8 parsedmarc && flake8 tests.py && python3 tests.py && rm -rf dist/ build/ && hatch build diff --git a/docs/source/index.md b/docs/source/index.md index 8837aab..36ab5ba 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -1,5 +1,12 @@ # parsedmarc documentation - Open source DMARC report analyzer and visualizer +[![Build +Status](https://github.com/domainaware/parsedmarc/actions/workflows/python-tests.yml/badge.svg)](https://github.com/domainaware/parsedmarc/actions/workflows/python-tests.yml) +[![Code +Coverage](https://codecov.io/gh/domainaware/parsedmarc/branch/master/graph/badge.svg)](https://codecov.io/gh/domainaware/parsedmarc) +[![PyPI +Package](https://img.shields.io/pypi/v/parsedmarc.svg)](https://pypi.org/project/parsedmarc/) + :::{note} **Help Wanted**