Skip to content

Commit

Permalink
remove codecov from build&deploy docs (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kore authored May 4, 2024
1 parent 277491e commit 2bda83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
source $(poetry env info --path)/bin/activate
poetry install --with docs,test
cd docs && rm -rf source/reference/api/_autosummary && make html
cd .. && coverage run -m pytest -m "not integration_test" && coverage xml && coverage report -m
# cd .. && coverage run -m pytest -m "not integration_test" && coverage xml && coverage report -m
# - name: Upload coverage to Codecov
# uses: Wandalen/[email protected]
# with:
Expand Down

0 comments on commit 2bda83f

Please sign in to comment.