Skip to content

Commit

Permalink
fix(test): Correct coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinci1it2000 committed Nov 15, 2023
1 parent 1c33be3 commit f428b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
name: Install Dependencies
run: pip install -e .[${{ matrix.extra }}]
- name: Run Test
run: coverage run --source=xlref -m unittest discover -s tests -p 'test_*.py'
run: coverage run --source=syncing -m unittest discover -s tests -p 'test_*.py'
- if: matrix.python-version == '3.11' && matrix.extra == 'all' && matrix.os == 'ubuntu-latest'
name: Run Coveralls
run: coveralls --service=github

0 comments on commit f428b0c

Please sign in to comment.