mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] use github actions instead of travis
fix https://github.com/searx/searx/issues/2279
This commit is contained in:
parent
a30d9f2655
commit
9c25cd99c4
5 changed files with 114 additions and 92 deletions
11
.coveragerc
11
.coveragerc
|
|
@ -1,15 +1,6 @@
|
|||
[run]
|
||||
branch = True
|
||||
source =
|
||||
searx/engines
|
||||
searx/__init__.py
|
||||
searx/autocomplete.py
|
||||
searx/https_rewrite.py
|
||||
searx/languages.py
|
||||
searx/search.py
|
||||
searx/testing.py
|
||||
searx/utils.py
|
||||
searx/webapp.py
|
||||
source = searx
|
||||
|
||||
[report]
|
||||
show_missing = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue