Skip to content

Commit

Permalink
CI-CD Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran Jojare committed Jul 19, 2024
1 parent df9947f commit 13cf5f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Lint with flake8
run: |
flake8 src test --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 src test --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
flake8 src --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 src --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
Expand Down

0 comments on commit 13cf5f6

Please sign in to comment.