1
0
Fork 0
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:
JP White 2022-03-01 13:18:18 -05:00
parent 271fc04a3f
commit 28e155b0c5

View file

@ -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