This commit is contained in:
Andrei 2022-12-14 19:04:37 +03:00
parent 3c051a6c41
commit ff3901cc4b
4 changed files with 0 additions and 60 deletions

View File

@ -1,8 +0,0 @@
[settings]
length_sort = True
multi_line_output = 3
include_trailing_comma = True
force_grid_wrap = 0
use_parentheses = True
skip_glob = anticaptcha_examples/**, tests/**
line_length=99

View File

@ -1,23 +0,0 @@
# multiple operating systems
os:
- linux
# clone depth
git:
depth: 3
# Set the build language to Python
language: python
# Set the python version to 3.(6,7,8)
python:
- "3.6"
- "3.7"
- "3.8"
# Install the codecov pip dependency
install:
- python setup.py install
# Run the unit test
script:
- make test

View File

@ -1 +0,0 @@
theme: jekyll-theme-leap-day

View File

@ -1,28 +0,0 @@
codecov:
token:
561eb7be-fc37-4b09-b599-45172e77ddc4
notify:
require_ci_to_pass: yes
coverage:
precision: 2
round: down
range: "50...100"
status:
project: yes
patch: yes
changes: no
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: "header, diff"
behavior: default
require_changes: no