Skip to content

Commit

Permalink
Merge pull request #4828 from Netflix/jmcrawford45-patch-9
Browse files Browse the repository at this point in the history
Disable coveralls until coverallsapp/github-action#205 is resolved
  • Loading branch information
jmcrawford45 committed Apr 22, 2024
2 parents f765605 + ba7ccb8 commit 8fb8f81
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions .github/workflows/ci.yml
Expand Up @@ -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

0 comments on commit 8fb8f81

Please sign in to comment.