Mercurial > p > roundup > code
diff .github/workflows/ci-test.yml @ 6945:7eb0e1cffe54
indentation fix.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sat, 10 Sep 2022 20:23:18 -0400 |
| parents | 42a252f477f3 |
| children | f1912f901aa6 |
line wrap: on
line diff
--- a/.github/workflows/ci-test.yml Sat Sep 10 20:21:14 2022 -0400 +++ b/.github/workflows/ci-test.yml Sat Sep 10 20:23:18 2022 -0400 @@ -206,14 +206,14 @@ verbose: true token: ${{ secrets.CODECOV_TOKEN }} - - name: Upload coverage to Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} + - name: Upload coverage to Coveralls + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }} - - name: test build_doc - run: | - python ./setup.py build_doc + - name: test build_doc + run: | + python ./setup.py build_doc #- name: test docker build current version ubuntu-latest # if: matrix.python-version == '3.10' && matrix.os == 'ubuntu-latest' @@ -233,12 +233,12 @@ # in parallel build codecov requires a finish step -# finish: -# needs: test -# runs-on: ubuntu-latest -# steps: -# - name: Coveralls Finished -# uses: coverallsapp/github-action@master -# with: -# github-token: ${{ secrets.github_token }} -# parallel-finished: true + finish: + needs: test + runs-on: ubuntu-latest + steps: + - name: Coveralls Finished + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.github_token }} + parallel-finished: true
