Skip to content

Commit

Permalink
update workflow with unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
llbonet14 committed Feb 2, 2024
1 parent a4f89a0 commit 28daab8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,6 @@ jobs:
- name: Lint with flake8
run: |
flake8 service --count --select=E9,F63,F7,F82 --show-source --statistics
flake8 service --count --max-complexity=10 --max-line-length=127 --statistics
flake8 service --count --max-complexity=10 --max-line-length=127 --statistics
- name: Run unit tests with nose
run: nosetests -v --with-spec --spec-color --with-coverage --cover-package=app

0 comments on commit 28daab8

Please sign in to comment.