Skip to content

Commit

Permalink
🚧 Disable codecov integration
Browse files Browse the repository at this point in the history
  • Loading branch information
azogue committed Jun 1, 2023
1 parent 5aa3cfd commit 4921755
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
- name: Run tests
run: poetry run pytest

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

# publish version only when pyproject.toml is changed in master
# publish version only when pyproject.toml is changed in master
- name: Filter changes in pyproject
uses: dorny/paths-filter@v2
id: changes
Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[![pre-commit.ci Status][pre-commit-ci-image]][pre-commit-ci-url]
[![Build Status][build-image]][build-url]
[![Code Coverage][coverage-image]][coverage-url]
[![PyPI Version][pypi-image]][pypi-url]

<!-- Badges -->
Expand All @@ -9,8 +8,6 @@
[pre-commit-ci-url]: https://results.pre-commit.ci/latest/github/azogue/psychrochart/master
[build-image]: https://github.com/azogue/psychrochart/actions/workflows/main.yml/badge.svg
[build-url]: https://github.com/azogue/psychrochart/actions/workflows/main.yml
[coverage-image]: https://codecov.io/gh/azogue/psychrochart/branch/master/graph/badge.svg
[coverage-url]: https://codecov.io/gh/azogue/psychrochart
[pypi-image]: https://img.shields.io/pypi/v/psychrochart
[pypi-url]: https://pypi.org/project/psychrochart/

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ line-length = 79
[tool.coverage.run]
branch = true
source = ["psychrochart"]
relative_files = true

[tool.coverage.paths]
source = ["psychrochart/"]
Expand Down

0 comments on commit 4921755

Please sign in to comment.