We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40349c6 commit 7680075Copy full SHA for 7680075
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
orbs:
3
codecov: codecov/codecov:3.0.0
4
jobs:
5
- build-and-test:
+ build:
6
docker:
7
- image: cimg/python:3.9.6
8
steps:
@@ -16,3 +16,9 @@ jobs:
16
coverage run tests.py
17
coverage xml
18
- codecov/upload
19
+
20
+workflow:
21
+ version: 2.1
22
+ build-test:
23
+ jobs:
24
+ - build
0 commit comments