Skip to content

Commit

Permalink
refactor: update coverall logic
Browse files Browse the repository at this point in the history
  • Loading branch information
narenaryan committed Oct 26, 2024
1 parent 48f8afe commit 7994824
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements_test.txt
pip install coveralls
- name: Run Test
run: |
coverage run -m pytest tests
- name: Upload coverage to Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
parallel: true
flag-name: Unit Test
coveralls

0 comments on commit 7994824

Please sign in to comment.