Skip to content

Commit

Permalink
Suspended Coveralls - getting 500 errors from server.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbywater committed Aug 22, 2024
1 parent be1c450 commit 4813e45
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/runtests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ jobs:
- name: Test
run: make test

- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
parallel: true
flag-name: Unit Test
# - name: Coveralls
# uses: AndreMiras/coveralls-python-action@develop
# with:
# parallel: true
# flag-name: Unit Test

build-and-test-distribution:

Expand Down Expand Up @@ -105,11 +105,11 @@ jobs:
python -m unittest -v eventsourcing_tests/application_tests/test_processapplication.py
python -c "import eventsourcing.postgres"
coveralls_finish:
needs: lint-and-test-code
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true
# coveralls_finish:
# needs: lint-and-test-code
# runs-on: ubuntu-latest
# steps:
# - name: Coveralls Finished
# uses: AndreMiras/coveralls-python-action@develop
# with:
# parallel-finished: true

0 comments on commit 4813e45

Please sign in to comment.