Skip to content

Commit

Permalink
revert coverage option
Browse files Browse the repository at this point in the history
  • Loading branch information
davidslusser committed Feb 18, 2024
1 parent b227d0e commit dc1ed5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
uses: davidslusser/actions_python_coveralls@v1.0.0
with:
src: "src"
options: "--cov"
options: ""
pip_install_command: "pip install -e .[dev]"
coveralls_repo_token: ${{ secrets.COVERALLS_REPO_TOKEN }}

0 comments on commit dc1ed5f

Please sign in to comment.