back to bboe

This commit is contained in:
Lex Berezhny 2020-06-09 17:13:07 -04:00
parent aa4ef94e15
commit df44d6ef56

View file

@ -51,39 +51,26 @@ jobs:
HOME: /tmp HOME: /tmp
run: coverage run -m unittest -vv tests.unit.test_conf run: coverage run -m unittest -vv tests.unit.test_conf
# run: coverage run -m unittest discover -vv tests.unit # run: coverage run -m unittest discover -vv tests.unit
# - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
# env:
# COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# COVERALLS_PARALLEL: true
# name: Submit to coveralls
# run: |
# pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
# coveralls
- if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac') - if: startsWith(runner.os, 'linux') || startsWith(runner.os, 'mac')
uses: AndreMiras/coveralls-python-action@develop env:
with: COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
parallel: true COVERALLS_PARALLEL: true
name: Submit to coveralls
run: |
pip install https://github.com/bboe/coveralls-python/archive/github_actions.zip
coveralls
coveralls_finish: coveralls-finished:
needs: tests-unit needs: tests-unit
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Coveralls Finished - name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop uses: coverallsapp/github-action@master
#uses: coverallsapp/github-action@57daa114
with: with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true parallel-finished: true
# complete_coverals:
# needs: tests-unit
# runs-on: ubuntu-latest
# steps:
# - name: Coveralls Finished
# uses: coverallsapp/github-action@master
# #uses: coverallsapp/github-action@57daa114
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# parallel-finished: true
# tests-integration: # tests-integration:
# name: "tests / integration" # name: "tests / integration"
# runs-on: ubuntu-latest # runs-on: ubuntu-latest