diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c02c060dd..00bf32366 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -222,7 +222,7 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - flag-name: ${{ matrix.python-version }} + flag-name: conda-${{ runner.os }}-py${{ matrix.python-version }} parallel: true path-to-lcov: ./coverage.lcov @@ -284,7 +284,7 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - flag-name: ${{ matrix.python-version }} + flag-name: pip-${{ runner.os }}-py${{ matrix.python-version }} parallel: true path-to-lcov: ./coverage.lcov @@ -355,7 +355,7 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - flag-name: ${{ matrix.python-version }} + flag-name: hindcast-${{ runner.os }}-py${{ matrix.python-version }} parallel: true path-to-lcov: ./coverage.lcov @@ -370,9 +370,9 @@ jobs: runs-on: ubuntu-latest container: python:3-slim steps: - - name: Finished - run: | - pip3 install --upgrade coveralls - coveralls --finish + - name: Coveralls Finished + uses: coverallsapp/github-action@master + with: + parallel-finished: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/mhkit/__init__.py b/mhkit/__init__.py index 05a04dcf1..f4c919a76 100644 --- a/mhkit/__init__.py +++ b/mhkit/__init__.py @@ -17,7 +17,7 @@ # Ignore future warnings _warn.simplefilter(action="ignore", category=FutureWarning) -__version__ = "v0.7.0" +__version__ = "v0.8.0" __copyright__ = """ Copyright 2019, Alliance for Sustainable Energy, LLC under the terms of