Skip to content

Commit

Permalink
BUG: remove tabs from yaml
Browse files Browse the repository at this point in the history
Remove the tabs from the yaml.
  • Loading branch information
aburrell committed Jun 21, 2024
1 parent 8220845 commit 0abe87c
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 @@ -104,8 +104,8 @@ jobs:
run: |
brew tap coverallsapp/coveralls --quiet
brew install coveralls --quiet
ls -lh .coverage
ls -lh cov.xml
ls -lh .coverage
ls -lh cov.xml
coveralls report -f cov.xml --verbose --parallel --repo-token=${{ secrets.COVERALLS_REPO_TOKEN }} --build-number ${{ github.run_number }}
finish:
Expand Down

0 comments on commit 0abe87c

Please sign in to comment.