summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-04-29 00:30:29 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-04-29 00:30:29 -0300
commitebcbdbba643a2c1306a42f29b497e7971c0f8e86 (patch)
tree43911ca25e52b8ae40cd91fe9ee4ff43d9a9aebc /.github
parent229ec49eee9ba9857ad1a255ec24bea6e012d0c4 (diff)
downloadpint-ebcbdbba643a2c1306a42f29b497e7971c0f8e86.tar.gz
Disable coveralls as it is not working
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml80
1 files changed, 40 insertions, 40 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8088e3d..9f9b855 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -75,18 +75,18 @@ jobs:
run: |
pytest $TEST_OPTS
- - name: Coverage report
- run: coverage report -m
-
- - name: Coveralls Parallel
- env:
- COVERALLS_FLAG_NAME: ${{ matrix.test-number }}
- COVERALLS_PARALLEL: true
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- COVERALLS_SERVICE_NAME: github
- run: |
- pip install coveralls "requests<2.29"
- coveralls
+ # - name: Coverage report
+ # run: coverage report -m
+
+ # - name: Coveralls Parallel
+ # env:
+ # COVERALLS_FLAG_NAME: ${{ matrix.test-number }}
+ # COVERALLS_PARALLEL: true
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # COVERALLS_SERVICE_NAME: github
+ # run: |
+ # pip install coveralls "requests<2.29"
+ # coveralls
test-windows:
strategy:
@@ -198,34 +198,34 @@ jobs:
run: |
pytest $TEST_OPTS
- - name: Coverage report
- run: coverage report -m
-
- - name: Coveralls Parallel
- env:
- COVERALLS_FLAG_NAME: ${{ matrix.test-number }}
- COVERALLS_PARALLEL: true
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- COVERALLS_SERVICE_NAME: github
- run: |
- pip install coveralls "requests<2.29"
- coveralls
-
- coveralls:
- needs: test-linux
- runs-on: ubuntu-latest
- steps:
- - uses: actions/setup-python@v2
- with:
- python-version: 3.x
- - name: Coveralls Finished
- continue-on-error: true
- env:
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- COVERALLS_SERVICE_NAME: github
- run: |
- pip install coveralls "requests<2.29"
- coveralls --finish
+ # - name: Coverage report
+ # run: coverage report -m
+
+ # - name: Coveralls Parallel
+ # env:
+ # COVERALLS_FLAG_NAME: ${{ matrix.test-number }}
+ # COVERALLS_PARALLEL: true
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # COVERALLS_SERVICE_NAME: github
+ # run: |
+ # pip install coveralls "requests<2.29"
+ # coveralls
+
+ # coveralls:
+ # needs: test-linux
+ # runs-on: ubuntu-latest
+ # steps:
+ # - uses: actions/setup-python@v2
+ # with:
+ # python-version: 3.x
+ # - name: Coveralls Finished
+ # continue-on-error: true
+ # env:
+ # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
+ # COVERALLS_SERVICE_NAME: github
+ # run: |
+ # pip install coveralls "requests<2.29"
+ # coveralls --finish
# Dummy task to summarize all. See https://github.com/bors-ng/bors-ng/issues/1300
ci-success: