aig-upf / tarski

Tarski - An AI Planning Modeling Framework
Apache License 2.0
59 stars 19 forks source link

Bump Up Minimum Python Supported Version to 3.8 #131

Open gfrances opened 2 years ago

gfrances commented 2 years ago

Work in Progress - See Issue #130

codecov-commenter commented 2 years ago

Codecov Report

Merging #131 (d43472f) into devel (731be5b) will increase coverage by 0.05%. The diff coverage is 23.50%.

Impacted file tree graph

@@            Coverage Diff             @@
##            devel     #131      +/-   ##
==========================================
+ Coverage   17.57%   17.63%   +0.05%     
==========================================
  Files         174      175       +1     
  Lines       18124    18234     +110     
  Branches     2628     2644      +16     
==========================================
+ Hits         3186     3216      +30     
- Misses      14922    15002      +80     
  Partials       16       16              
Flag Coverage Δ
unittests 17.63% <23.50%> (+0.05%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
setup.py 0.00% <ø> (ø)
src/tarski/__init__.py 0.00% <0.00%> (ø)
src/tarski/analysis/csp.py 0.00% <0.00%> (ø)
src/tarski/analysis/csp_schema.py 0.00% <0.00%> (ø)
src/tarski/benchmarks/blocksworld.py 0.00% <0.00%> (ø)
src/tarski/benchmarks/counters.py 0.00% <ø> (ø)
src/tarski/dl/__init__.py 0.00% <0.00%> (ø)
src/tarski/dl/concepts.py 0.00% <0.00%> (ø)
src/tarski/dl/errors.py 0.00% <ø> (ø)
src/tarski/dl/factory.py 0.00% <0.00%> (ø)
... and 147 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 99a50b7...d43472f. Read the comment docs.