Skip to content

Commit

Permalink
removed codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
justrach committed Oct 31, 2024
1 parent 815f2ea commit 203d2b3
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 8 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ jobs:
- name: Run tests with coverage
working-directory: ./kew
run: |
pytest --cov=kew --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
file: ./kew/coverage.xml
fail_ci_if_error: true
pytest --cov=kew --cov-report=term-missing
build:
needs: test
Expand Down
36 changes: 35 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,35 @@
kew_venv/
kew_venv/
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.env
.venv
env/
venv/
ENV/
kew_venv/
env.bak/
venv.bak/
.idea/
.vscode/
.coverage
coverage.xml
.pytest_cache/

0 comments on commit 203d2b3

Please sign in to comment.