Cleanup docs

pull/59/head
dgtlmoon 4 years ago
parent afba06dd1f
commit 969420e40b

@ -27,7 +27,7 @@ jobs:
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Test with pytest
run: |
# Each test is totally isolated and performs its own cleanup/reset

@ -1,4 +1,4 @@
name: Test only
name: ChangeDetection.io Test
# Triggers the workflow on push or pull request events
on: [push, pull_request]

@ -1,5 +1,5 @@
# changedetection.io
![changedetection.io](https://github.com/dgtlmoon/changedetection.io/actions/workflows/image.yml/badge.svg?branch=master)
![changedetection.io](https://github.com/dgtlmoon/changedetection.io/actions/workflows/test-only.yml/badge.svg?branch=master)
<a href="https://hub.docker.com/r/dgtlmoon/changedetection.io" target="_blank" title="Change detection docker hub">
<img src="https://img.shields.io/docker/pulls/dgtlmoon/changedetection.io" alt="Docker Pulls"/>
</a>

@ -1 +0,0 @@
Note: run `pytest` from this directory.
Loading…
Cancel
Save