Skip to content

Commit

Permalink
comma
Browse files Browse the repository at this point in the history
  • Loading branch information
jtisbell4 committed Apr 25, 2024
1 parent ee09bd5 commit c47a48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
python -m pip install tox
- name: Execute tox envs
working-directory: ./python
run: tox -e ${{ matrix.config.dbr }} coverage-report
run: tox -e ${{ matrix.config.dbr }},coverage-report
- name: Publish test coverage
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit c47a48e

Please sign in to comment.