mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-26 02:01:27 +01:00
Removing linting and coverage from default CI action
This commit is contained in:
parent
271fc04a3f
commit
28e155b0c5
1 changed files with 2 additions and 5 deletions
7
.github/workflows/python-package.yml
vendored
7
.github/workflows/python-package.yml
vendored
|
@ -5,7 +5,7 @@ name: Python package
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [ master, develop, feature/** ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
|
||||
|
@ -31,10 +31,7 @@ jobs:
|
|||
python -m pip install --upgrade pip
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
||||
- name: Lint with flake8
|
||||
run: make lint
|
||||
|
||||
- name: Test with pytest
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: make test-coverage-report
|
||||
run: make test
|
||||
|
|
Loading…
Add table
Reference in a new issue