diff --git a/.deepsource.toml b/.deepsource.toml new file mode 100644 index 00000000..0ac63d33 --- /dev/null +++ b/.deepsource.toml @@ -0,0 +1,7 @@ +version = 1 + +[[analyzers]] +name = "python" + + [analyzers.meta] + runtime_version = "3.x.x" \ No newline at end of file diff --git a/.razorops.yaml b/.razorops.yaml new file mode 100644 index 00000000..361ccf6e --- /dev/null +++ b/.razorops.yaml @@ -0,0 +1,23 @@ +tasks: + build-deps: + #runner: razorci/python:3.9 + #runner: razorci/openjdk + steps: + - checkout + - commands: + - run: pip3 install pytest + - run: pip3 freeze --local > requirements.txt + - run: pip3 install pytest-cov + - run: pytest --cov app/ + - run: pytest --cov app/ --cov-report=html:test-coverage.html + - codecov/upload + - run: | + curl -Os https://uploader.codecov.io/latest/linux/codecov + chmod +x codecov + ./codecov -t ${CODECOV_TOKEN} + sudo mkdir -p /opt/logzio-agent; + sudo chown -R $USER: /opt/logzio-agent; + mkdir -p /tmp/logzio; + curl -fsSL 'https://github.com/logzio/logzio-agent-manifest/releases/latest/download/agent_linux.tar.gz' -o /tmp/logzio/agent_linux.tar.gz; + tar -zxf /tmp/logzio/agent_linux.tar.gz --directory /tmp/logzio; + bash /tmp/logzio/agent.bash --url=https://app.logz.io --id=a99e2904-e23c-47c0-a9c4-e8dc9d286dca
Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.
Alternative Proxies: