Skip to content

Commit d0dff30

Browse files
committed
Updated config.yml
1 parent a685e31 commit d0dff30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 2.1
2-
orbs:
2+
orb:
33
codecov: codecov/codecov@3.0.0
44

55

@@ -17,7 +17,7 @@ jobs:
1717
command: |
1818
coverage run tests.py
1919
coverage xml
20-
- codecov/upload
20+
2121

2222
workflow:
2323
version: 2.1

0 commit comments

Comments
 (0)