Skip to content

Commit 235b0ab

Browse files
typo
1 parent 7680075 commit 235b0ab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
version: 2.1
22
orbs:
33
codecov: codecov/codecov:3.0.0
4+
45
jobs:
56
build:
67
docker:
@@ -12,7 +13,7 @@ jobs:
1213
command: pip install -r requirements.txt
1314
- run:
1415
name: Run tests and collect coverage
15-
run: |
16+
command: |
1617
coverage run tests.py
1718
coverage xml
1819
- codecov/upload

0 commit comments

Comments
 (0)