Skip to content

Commit

Permalink
ci: clean
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Oct 31, 2023
1 parent 3be64ea commit ea684a8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/conda-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,4 @@ jobs:
refiner-bop-ycbv-pbr--604090
- name: Run tests
run: |
pip install coverage
coverage run --source=happypose -m unittest
coverage xml
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
run: python -m unittest
10 changes: 8 additions & 2 deletions .github/workflows/poetry-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,11 @@ jobs:
refiner-bop-ycbv-pbr--604090
- name: Run tests
run: |
poetry run python -m unittest
run: poetry run coverage run python -m unittest

- name: Process coverage
run: poetry run coverage xml

- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ea684a8

Please sign in to comment.