Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeyaVS committed Mar 19, 2024
1 parent f5962b3 commit a9256dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/automatic-tests.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
pytest --cov --cov-report=lcov
- name: Coveralls
uses: coverallsapp/github-action@2
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov

0 comments on commit a9256dd

Please sign in to comment.