Adrian Woźniak
4e13b4d2d7
* Add circleci and codecov * Update version * Fix format test * Fix CI * Add tarpaulin * Format code * Fix tarpaulin * lexers tests * Remove non-lexer token type, add more tests * More tests * More tests * Refactor, some test, split code, add more traits * Add codecov config * Fix code style * Test text character * Menu bar tests * Caret tests * Refactor caret, more caret tests
19 lines
244 B
YAML
19 lines
244 B
YAML
codecov:
|
|
notify:
|
|
require_ci_to_pass: yes
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "70...100"
|
|
|
|
status:
|
|
project: yes
|
|
patch: yes
|
|
changes: yes
|
|
|
|
comment:
|
|
layout: "header, diff"
|
|
behavior: default
|
|
require_changes: no
|