Skip to content
Snippets Groups Projects
Commit 49cef48f authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

Updated config.yml

parent 93a5f364
No related branches found
No related tags found
No related merge requests found
version: '2.1'
version: 2.1
executors:
my-executor:
docker:
......@@ -10,7 +10,7 @@ jobs:
executor: my-executor
steps:
- checkout
- codeclimate/install
- code-climate/install
- run:
name: Install dependencies
command: |
......@@ -23,8 +23,9 @@ jobs:
pytest -n 8 --cov=satella
- run:
name: Collect results
command:
coverage xml
- codeclimate/upload_coverage
- code-climate/upload_coverage
workflows:
unit_test:
jobs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment