This repository was archived by the owner on May 21, 2025. It is now read-only.
File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change
1
+ codecov :
2
+ archive :
3
+ uploads : no
4
+
5
+ coverage :
6
+ precision : 0
7
+ range : 80...100
8
+
9
+ comment :
10
+ layout : " header, diff, changes"
Original file line number Diff line number Diff line change 24
24
pass
25
25
26
26
27
- version = VERSION = __version__ = '2.0.0 '
27
+ version = VERSION = __version__ = '2.0.1 '
28
28
29
29
COLOR = True
30
30
@@ -517,7 +517,7 @@ def main(*argv, **kwargs):
517
517
or '' ).strip ())
518
518
519
519
# Detect codecov.yml location
520
- for _filename in toc :
520
+ for _filename in toc . splitlines () :
521
521
if _filename in ('codecov.yml' , '.codecov.yml' ) or _filename .endswith (('/codecov.yml' , '/.codecov.yml' )):
522
522
query ['yaml' ] = _filename
523
523
from yaml import load
@@ -641,6 +641,8 @@ def main(*argv, **kwargs):
641
641
result = ''
642
642
if codecov .dump :
643
643
write ('-------------------- Debug --------------------' )
644
+ write (' .url ' + codecov .url )
645
+ write (' .query ' + remove_token ('token=<secret>' , urlargs ))
644
646
write (reports )
645
647
write ('-------------------- EOF --------------------' )
646
648
else :
Original file line number Diff line number Diff line change 2
2
from setuptools import setup
3
3
import sys
4
4
5
- version = '2.0.0 '
5
+ version = '2.0.1 '
6
6
classifiers = ["Development Status :: 5 - Production/Stable" ,
7
7
"Environment :: Plugins" ,
8
8
"Intended Audience :: Developers" ,
You can’t perform that action at this time.
0 commit comments