File tree Expand file tree Collapse file tree 4 files changed +14
-14
lines changed
Expand file tree Collapse file tree 4 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 2727
2828 - name : Run tox
2929 run : tox
30+
31+ - name : Upload coverage to Codecov
32+ uses : codecov/codecov-action@v4
33+ with :
34+ file : ./coverage.xml
35+ flags : unittests
36+ name : codecov-umbrella
37+ fail_ci_if_error : false
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1919 python_requires = ">=3.11" ,
2020 install_requires = ["rfc3339>=6.1" , "requests" ],
2121 classifiers = [
22- "Development Status :: 4 - Beta " ,
22+ "Development Status :: 4 - Release " ,
2323 "Intended Audience :: Developers" ,
2424 "License :: OSI Approved :: MIT License" ,
2525 "Operating System :: OS Independent" ,
2626 "Programming Language :: Python" ,
27- "Programming Language :: Python :: 3" ,
28- "Programming Language :: Python :: 3.6" ,
29- "Programming Language :: Python :: 3.7" ,
30- "Programming Language :: Python :: 3.8" ,
27+ "Programming Language :: Python :: 3.11" ,
3128 "Topic :: Software Development :: Libraries :: Python Modules" ,
3229 "Topic :: System :: Logging" ,
3330 "Topic :: Internet :: WWW/HTTP" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,10 @@ deps =
1111 pytest
1212 coverage
1313 freezegun
14- commands = coverage run -m pytest []
14+ commands =
15+ coverage run -m pytest []
16+ coverage report
17+ coverage html
1518
1619[testenv:ruff]
1720skip_install = true
You can’t perform that action at this time.
0 commit comments