mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 00:28:25 +01:00
Ci Setup
This commit is contained in:
parent
306f52eda9
commit
e7259120f0
4 changed files with 18 additions and 0 deletions
2
.coveragerc
Normal file
2
.coveragerc
Normal file
|
@ -0,0 +1,2 @@
|
|||
[run]
|
||||
relative_files = True
|
0
.coveralls.yml
Normal file
0
.coveralls.yml
Normal file
14
.github/workflows/python-package.yml
vendored
14
.github/workflows/python-package.yml
vendored
|
@ -33,3 +33,17 @@ jobs:
|
|||
- name: Test with pytest
|
||||
run: |
|
||||
make test-coverage
|
||||
- name: Report coverage to Coveralls
|
||||
uses: AndreMiras/coveralls-python-action@develop
|
||||
with:
|
||||
parallel: true
|
||||
flag-name: Unit Test
|
||||
|
||||
coveralls_finish:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Coveralls Finished
|
||||
uses: AndreMiras/coveralls-python-action@develop
|
||||
with:
|
||||
parallel-finished: true
|
2
pyproject.toml
Normal file
2
pyproject.toml
Normal file
|
@ -0,0 +1,2 @@
|
|||
[tool.coverage.run]
|
||||
relative_files = True
|
Loading…
Reference in a new issue