Skip to content

Commit

Permalink
Update .github/workflows/unit_tests.yml
Browse files Browse the repository at this point in the history
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
JarbasAl and coderabbitai[bot] authored Jan 3, 2025
1 parent 6a8c76f commit b10bbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
pytest --cov=hivemind_bus_client --cov-report xml test
- name: Upload coverage
if: "${{ matrix.python-version == '3.9' }}"
if: "${{ matrix.python-version == '3.11' }}"
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
uses: codecov/codecov-action@v2

0 comments on commit b10bbc1

Please sign in to comment.