Skip to content

Commit 8751b0a

Browse files
Merge pull request #315 from adamtheturtle/rm-codecov
Remove codecov
2 parents ad85de8 + e82b7a6 commit 8751b0a

File tree

3 files changed

+2
-11
lines changed

3 files changed

+2
-11
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,7 @@ jobs:
4444
run: |
4545
# We run tests against "." and not the tests directory as we test the README
4646
# and documentation.
47-
uv run --extra=dev --python=${{ matrix.python-version }} pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests/ . --cov-report=xml
48-
49-
- name: Upload coverage to Codecov
50-
uses: codecov/codecov-action@v5
51-
with:
52-
fail_ci_if_error: true
53-
token: ${{ secrets.CODECOV_TOKEN }}
47+
uv run --extra=dev --python=${{ matrix.python-version }} pytest -s -vvv --cov-fail-under 100 --cov=src/ --cov=tests/ .
5448
5549
completion-ci:
5650
needs: build

README.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
|Build Status| |codecov| |PyPI|
1+
|Build Status| |PyPI|
22

33
Notion Builder for Sphinx
44
=========================
@@ -379,8 +379,6 @@ The command will create a new page if one with the given title doesn't exist, or
379379

380380
.. |Build Status| image:: https://github.com/adamtheturtle/sphinx-notionbuilder/actions/workflows/ci.yml/badge.svg?branch=main
381381
:target: https://github.com/adamtheturtle/sphinx-notionbuilder/actions
382-
.. |codecov| image:: https://codecov.io/gh/adamtheturtle/sphinx-notionbuilder/branch/main/graph/badge.svg
383-
:target: https://codecov.io/gh/adamtheturtle/sphinx-notionbuilder
384382
.. |PyPI| image:: https://badge.fury.io/py/Sphinx-Notion-Builder.svg
385383
:target: https://badge.fury.io/py/Sphinx-Notion-Builder
386384
.. |minimum-python-version| replace:: 3.11

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,6 @@ ignore = [
313313
"Makefile",
314314
"ci",
315315
"ci/**",
316-
"codecov.yaml",
317316
"docs",
318317
"docs/**",
319318
".git_archival.txt",

0 commit comments

Comments
 (0)