mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-26 02:01:27 +01:00
CI
This commit is contained in:
parent
e7259120f0
commit
903a5f5d76
1 changed files with 6 additions and 5 deletions
11
.github/workflows/python-package.yml
vendored
11
.github/workflows/python-package.yml
vendored
|
@ -10,7 +10,7 @@ on:
|
|||
branches: [ master ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
test:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
|
@ -33,17 +33,18 @@ jobs:
|
|||
- name: Test with pytest
|
||||
run: |
|
||||
make test-coverage
|
||||
- name: Report coverage to Coveralls
|
||||
uses: AndreMiras/coveralls-python-action@develop
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
parallel: true
|
||||
flag-name: Unit Test
|
||||
|
||||
coveralls_finish:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Coveralls Finished
|
||||
uses: AndreMiras/coveralls-python-action@develop
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.github_token }}
|
||||
parallel-finished: true
|
Loading…
Add table
Reference in a new issue