Skip to content

Commit

Permalink
Init v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaopudark committed Jan 11, 2024
1 parent 4ed5516 commit 8360c96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 355 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python -m build
pip install ./dist/*.whl
# https://docs.codecov.com/docs/code-coverage-with-python
pytest ./tests --cov ./src
pytest ./tests --cov ./src/pandoc_filter
# - run: twine upload dist/*.whl -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
# - name: Upload coverage reports to Codecov
Expand Down
354 changes: 0 additions & 354 deletions coverage.xml

This file was deleted.

0 comments on commit 8360c96

Please sign in to comment.