Skip to content

Commit

Permalink
Fix workflow coverage upload to coveralls step
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Aug 8, 2024
1 parent d592079 commit fe5f0c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
PYTHON_VERSION: ${{ matrix.PYTHON_VERSION }}
RUNNER_OS: 'ubuntu'
COVERALLS_REPO_TOKEN: XWVhJf2AsO7iouBLuCsh0pPhwHy81Uz1v
COVERALLS_SERVICE_NAME: 'github-actions'
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -76,7 +77,7 @@ jobs:
env:
QT_API: ${{ matrix.QT_LIB }}
PYTEST_QT_API: ${{ matrix.QT_LIB }}
- name: Upload coverage to Codecov
- name: Upload coverage to coveralls
if: matrix.PYTHON_VERSION == '3.8'
shell: bash -l {0}
run: coveralls
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ __pycache__
.coverage
.pytest_cache
.vscode
.spyproject

0 comments on commit fe5f0c4

Please sign in to comment.