Skip to content

Commit

Permalink
Fixing coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jan 31, 2021
1 parent e92b79b commit 550ac68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
pythonversion: ['3.6', '3.7', '3.8', '3.9']
pythonversion: ["3.6", "3.7", "3.8", "3.9"]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand All @@ -36,4 +36,4 @@ jobs:
if: github.ref == 'refs/heads/main'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: venv/bin/coveralls
run: venv/bin/coveralls --service=github

0 comments on commit 550ac68

Please sign in to comment.