Skip to content

Commit

Permalink
Merge pull request #23 from bento-platform/fix/remove-codecov
Browse files Browse the repository at this point in the history
fix: switch codecov to gha
  • Loading branch information
davidlougheed authored Apr 18, 2023
2 parents 83a4f4f + bc70bbd commit e573823
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
run: poetry install
- name: Test
run: pytest -svv --cov=bento_drop_box_service --cov-branch
- name: Codecov
run: codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
19 changes: 1 addition & 18 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ aiofiles = "^23.1.0"

[tool.poetry.group.dev.dependencies]
tox = "^4.4.5"
codecov = "^2.1.12"
coverage = "^7.1.0"
pytest = "^7.2.1"
pytest-cov = "^4.0.0"
Expand Down

0 comments on commit e573823

Please sign in to comment.