mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-26 02:01:27 +01:00
This change-set drops support for Python 2.7 and lower. It also adds the beginnings of a robust test suite, and automated build process.
This commit is contained in:
parent
7b74648bb8
commit
7911fcf93e
3 changed files with 4 additions and 33 deletions
13
.github/workflows/auto-merge.yml
vendored
13
.github/workflows/auto-merge.yml
vendored
|
@ -1,13 +0,0 @@
|
|||
name: auto-merge
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
auto-merge:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ahmadnassri/action-dependabot-auto-merge@v2
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
13
.github/workflows/python-package.yml
vendored
13
.github/workflows/python-package.yml
vendored
|
@ -37,17 +37,4 @@ jobs:
|
|||
- name: Test with pytest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
run: make test-coverage-report
|
||||
|
||||
coverage:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Send Results to Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
with:
|
||||
github-token: ${{ secrets.github_token }}
|
||||
parallel-finished: true
|
11
README.md
11
README.md
|
@ -1,11 +1,8 @@
|
|||

|
||||
[](https://coveralls.io/github/jpwhite3/gitinspector?branch=master)
|
||||
[](https://github.com/jpwhite3/gitinspector/releases/latest)
|
||||
[](https://github.com/jpwhite3/gitinspector/blob/master/LICENSE.txt)
|
||||
|
||||
[](https://github.com/ejwa/gitinspector/releases/latest)
|
||||
[](https://github.com/ejwa/gitinspector/blob/master/LICENSE.txt)
|
||||
<h2>
|
||||
<img align="left" height="65px"
|
||||
src="https://raw.githubusercontent.com/jpwhite3/gitinspector/master/gitinspector/html/gitinspector_piclet.png"/>
|
||||
src="https://raw.githubusercontent.com/ejwa/gitinspector/master/gitinspector/html/gitinspector_piclet.png"/>
|
||||
About Gitinspector
|
||||
</h2>
|
||||
<img align="right" width="30%" src="https://raw.github.com/wiki/ejwa/gitinspector/images/html_example.jpg" />
|
||||
|
@ -56,4 +53,4 @@ The Debian packages offered with releases of gitinspector are unofficial and ver
|
|||
An [npm](https://npmjs.com) package is provided for convenience as well. To install it globally, execute `npm i -g gitinspector`.
|
||||
|
||||
### License
|
||||
gitinspector is licensed under the *GNU GPL v3*. The gitinspector logo is partly based on the git logo; based on the work of Jason Long. The logo is licensed under the *Creative Commons Attribution 3.0 Unported License*.
|
||||
gitinspector is licensed under the *GNU GPL v3*. The gitinspector logo is partly based on the git logo; based on the work of Jason Long. The logo is licensed under the *Creative Commons Attribution 3.0 Unported License*.
|
Loading…
Add table
Reference in a new issue