From b6a74f7b45ea952b930e422e47acf57396629b65 Mon Sep 17 00:00:00 2001 From: andy Date: Sun, 7 Feb 2021 15:06:10 +0000 Subject: [PATCH] added CI badge, removed linting --- .github/workflows/ci.yml | 7 ------- README.md | 2 ++ 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7b0ea09..f8f7d7d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,12 +23,5 @@ jobs: with: poetry-version: ${{ matrix.poetry-version }} - - name: Lint with flake8 - run: | - # stop the build if there are Python syntax errors or undefined names - poetry run flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics - # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - poetry run flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - - name: Run tests with pytest # test script run: poetry run test \ No newline at end of file diff --git a/README.md b/README.md index aa2105f..223a335 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ spotfm ============= +![Python Tests](https://github.com/sarsoo/spotfm/workflows/Tests/badge.svg) + Utility functions sitting on top of [spotframework](https://github.com/Sarsoo/spotframework) and [fmframework](https://github.com/Sarsoo/pyspotframework). ## Track Chart Source