aig-upf / tarski

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

Ci improvements #128

Closed gfrances closed 2 years ago

gfrances commented 2 years ago

This is a work in progress - don't merge.

codecov-commenter commented 2 years ago

Codecov Report

Merging #128 (731be5b) into devel (88cba67) will decrease coverage by 80.13%. The diff coverage is 9.03%.

Impacted file tree graph

@@             Coverage Diff             @@
##            devel     #128       +/-   ##
===========================================
- Coverage   97.71%   17.57%   -80.14%     
===========================================
  Files          51      174      +123     
  Lines        3108    18124    +15016     
  Branches      121     2628     +2507     
===========================================
+ Hits         3037     3186      +149     
- Misses         55    14922    +14867     
  Partials       16       16               
Flag Coverage Δ
unittests 17.57% <9.03%> (?)

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% <0.00%> (ø)
src/tarski/dl/concepts.py 0.00% <0.00%> (ø)
src/tarski/dl/factory.py 0.00% <0.00%> (ø)
src/tarski/dl/features.py 0.00% <0.00%> (ø)
src/tarski/errors.py 0.00% <0.00%> (ø)
... and 160 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 134f59e...731be5b. Read the comment docs.