Skip to content

Instantly share code, notes, and snippets.

View jp9573's full-sized avatar
🏠
Working from home

Jay Patel jp9573

🏠
Working from home
View GitHub Profile
@jp9573
jp9573 / cloudSettings
Last active February 18, 2022 20:13
Visual Studio Code Settings Sync Gist
{"lastUpload":"2022-02-18T20:13:54.720Z","extensionVersion":"v3.4.3"}
image: python:3.7
test:
script:
- pip install coverage
- coverage run test_operation.py
- coverage report -m
only:
- master