diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94f32e25..f5108041 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: working-directory: ./${{ matrix.package }} unit_test: - name: 'Unit tests - ${{ matrix.package }} - ${{ matrix.python-version }}' + name: 'Unit tests with coverage - ${{ matrix.package }} - ${{ matrix.python-version }}' runs-on: ubuntu-latest strategy: matrix: