Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
ci: remove codecov (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeeeT authored Dec 21, 2022
1 parent d3b05fb commit a327aff
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 27 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,3 @@ jobs:
run: |
source .venv/bin/activate
pre-commit run --all-files pytest
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
fail_ci_if_error: true
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<a href="https://valtypes.readthedocs.io/en/latest/?badge=latest">
<img src="https://img.shields.io/readthedocs/valtypes" />
</a>
<a href="https://codecov.io/gh/LeeeeT/valtypes">
<img src="https://img.shields.io/codecov/c/github/LeeeeT/valtypes" />
</a>
</p>

---
Expand Down
9 changes: 0 additions & 9 deletions codecov.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@
<a href="https://valtypes.readthedocs.io/en/latest/?badge=latest">
<img src="https://img.shields.io/readthedocs/valtypes" />
</a>
<a href="https://codecov.io/gh/LeeeeT/valtypes">
<img src="https://img.shields.io/codecov/c/github/LeeeeT/valtypes" />
</a>
</p>

---
Expand Down
7 changes: 1 addition & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,6 @@ optional = true
pytest = "^7.2.0"
pytest-cov = "^4.0.0"

[tool.poetry.group.docs]
optional = true
[tool.poetry.group.docs.dependencies]
mkdocs-material = "^8.5.9"

[tool.isort]
profile = "black"
line_length = 151
Expand Down Expand Up @@ -89,7 +84,7 @@ reportUnnecessaryIsInstance = false

[tool.pytest.ini_options]
testpaths = ["tests"]
addopts = "--cov=valtypes --cov-report xml"
addopts = "--cov=valtypes"

[tool.coverage.run]
branch = true
Expand Down

0 comments on commit a327aff

Please sign in to comment.