Skip to content

Commit

Permalink
Added Codecov Workflow (#22)
Browse files Browse the repository at this point in the history
- Codecov workflow for uploading coverage results
  • Loading branch information
UmairK5669 authored Apr 11, 2024
1 parent 3d78dda commit 2b9eb21
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 36 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,3 @@ jobs:

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
env_vars: OS,PYTHON
files: ./coverage.xml
name: Coverage Report with codecov overview
fail_ci_if_error: true
verbose: true
40 changes: 39 additions & 1 deletion poetry.lock

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

3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,13 @@ numpy = "^1.26.3"
matplotlib = "^3.8.0"
torch = "^2.2.0"
click = "^8.1.7"
tqdm = "^4.66.2"

[tool.poetry.group.test.dependencies]
pytest = "^8.0.0"
pytest-cov = "^4.1.0"
coverage = "^7.4.4"
codecov = "^2.1.13"

[tool.poetry.group.docs.dependencies]
sphinx = "^7.2.6"
Expand Down
29 changes: 0 additions & 29 deletions tests/dummy_test/test_dummy.py

This file was deleted.

0 comments on commit 2b9eb21

Please sign in to comment.