Skip to content

Commit

Permalink
fix: missing python version & updated codecov workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jul 12, 2024
1 parent 8eff888 commit 0ddcd3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
# - name: Run Tests
# run: |
# hatch run test:pytest
- uses: codecov/codecov-action@v4
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ plugins:
handlers:
python:
import:
- https://docs.python.org/{{ cookiecutter.python_version }}/objects.inv
- https://docs.python.org/3.9/objects.inv
options:
docstring_style: google
- gen-files:
Expand Down

0 comments on commit 0ddcd3b

Please sign in to comment.