We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c316314 commit bcd62efCopy full SHA for bcd62ef
.semaphore/semaphore.yml
@@ -13,13 +13,11 @@ blocks:
13
prologue:
14
commands:
15
- checkout
16
- - sem-version python 3.7
17
- python -m pip install --upgrade pip
18
- pip install -e .[dev]
19
jobs:
20
- name: python3 + codecov
21
22
23
- flake8 . --count --select=E9,F7,F82 --show-source --statistics
24
- flake8 . --count --exit-zero --max-complexity=10 --statistics
25
- pytest --cov-report xml --cov=workos
0 commit comments