Skip to content

Commit

Permalink
BUG: removed tabs
Browse files Browse the repository at this point in the history
Removed tabs from the yaml.
  • Loading branch information
aburrell committed Apr 4, 2024
1 parent 7c0faf3 commit 486796d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
- name: Run unit and integration tests
run: |
coverage run --rcfile=pyproject.toml -m unittest discover
coverage report
coverage xml --rcfile=pyproject.toml
coverage report
coverage xml --rcfile=pyproject.toml
- name: Install and run Coveralls Reporter(Linux)
if: startsWith(matrix.os, 'ubuntu')
Expand Down

0 comments on commit 486796d

Please sign in to comment.