From ba7ccb88d90e6adc8c019574308a7620dd6ec928 Mon Sep 17 00:00:00 2001 From: Jared Crawford Date: Mon, 22 Apr 2024 13:06:17 -0400 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 35 ++++++++++++++++++----------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30796a7646..7b742aa4a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,20 +84,21 @@ jobs: source ~/env/bin/activate bandit -r . -ll -ii -x lemur/tests/,docs xvfb-run make test-js - - name: Coveralls GitHub Action - uses: coverallsapp/github-action@v2 - with: - parallel: true - flag-name: Python ${{ matrix.python-version }} Postgres ${{ matrix.postgres-version }} OS ${{ matrix.os }} - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - coveralls: - name: Indicate completion to coveralls.io - needs: build - if: ${{ always() }} - runs-on: ubuntu-latest - steps: - - name: Coveralls Finished - uses: coverallsapp/github-action@v2 - with: - parallel-finished: true + # todo: re-enable me once https://github.com/coverallsapp/github-action/issues/205 is resolved + # - name: Coveralls GitHub Action + # uses: coverallsapp/github-action@v2 + # with: + # parallel: true + # flag-name: Python ${{ matrix.python-version }} Postgres ${{ matrix.postgres-version }} OS ${{ matrix.os }} + # env: + # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + # coveralls: + # name: Indicate completion to coveralls.io + # needs: build + # if: ${{ always() }} + # runs-on: ubuntu-latest + # steps: + # - name: Coveralls Finished + # uses: coverallsapp/github-action@v2 + # with: + # parallel-finished: true