Compare commits

...
This repository has been archived on 2020-09-24. You can view files and clone it, but cannot push or open issues or pull requests.

7 Commits

Author SHA1 Message Date
92ec26e2b8 fix coverage
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-14 21:24:08 +02:00
6509049309 coverage
Some checks failed
continuous-integration/drone/push Build is failing
2020-05-14 21:22:41 +02:00
35bd1245c9 Update 'README.rst'
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-14 13:45:31 +02:00
3b4bd7322e Update 'README.rst'
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-14 13:44:39 +02:00
3b8b05c3c4 Update 'README.rst'
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-14 13:44:16 +02:00
573cff2c4c Update 'README.md'
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-14 13:35:36 +02:00
d4a2e7c272 Merge pull request 'dev-testing' (#2) from dev-testing into master
All checks were successful
continuous-integration/drone/push Build is passing
2020-05-08 22:24:57 +02:00
3 changed files with 15 additions and 2 deletions

View File

@ -35,6 +35,15 @@ steps:
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
- pytest test.py
- name: coverage
image: python:3.8
environment:
REDIS_URL: "redis://cache"
commands:
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
- pip3 install --cache-dir='./.pipcache' coverage pytest
- coverage run -m pytest test.py
- coverage report -m
- name: rebuild-cache-with-filesystem
image: meltwater/drone-cache

View File

@ -1,2 +0,0 @@
# producer-endpoint

6
README.rst Normal file
View File

@ -0,0 +1,6 @@
=================
Producer endpoint
=================
Manages IP changes of consumers. If a consumer sends a message to /ip endpoint, it will write the gotten IP address into the redis DB.
Produced by GoldenPogácsa Inc.