Skip to content

Commit

Permalink
Init v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaopudark committed Jan 11, 2024
1 parent 96481bf commit 272f2a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ jobs:
python -m build
pip install ./dist/*.whl
# https://docs.codecov.com/docs/code-coverage-with-python
pytest ./tests --cov src.pandoc_filter
$location = pip show pip | grep -oP 'Location: \K.*'
pytest ./tests --cov "$location/pandoc_filter"
# - run: twine upload dist/*.whl -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
# - name: Upload coverage reports to Codecov
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@ dist/
logs/
.pytest_cache/
**/__pycache__
.coverage
coverage.xml

0 comments on commit 272f2a8

Please sign in to comment.