alpha-asp / Alpha

A lazy-grounding Answer-Set Programming system
BSD 2-Clause "Simplified" License
58 stars 10 forks source link

gradle: 7.0 -> 7.3 #310

Closed lorenzleutgeb closed 2 years ago

lorenzleutgeb commented 2 years ago

Brings us one step closer to #301

codecov[bot] commented 2 years ago

Codecov Report

Merging #310 (a4f6a1c) into master (1824e82) will decrease coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #310      +/-   ##
============================================
- Coverage     78.53%   78.50%   -0.03%     
+ Complexity     2518     2517       -1     
============================================
  Files           189      189              
  Lines          8199     8199              
  Branches       1417     1417              
============================================
- Hits           6439     6437       -2     
+ Misses         1321     1319       -2     
- Partials        439      443       +4     
Impacted Files Coverage Δ
.../ac/tuwien/kr/alpha/common/terms/FunctionTerm.java 72.72% <0.00%> (-3.04%) :arrow_down:
.../at/ac/tuwien/kr/alpha/common/atoms/BasicAtom.java 81.63% <0.00%> (-2.05%) :arrow_down:
.../ac/tuwien/kr/alpha/grounder/atoms/ChoiceAtom.java 45.00% <0.00%> (+2.50%) :arrow_up:

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 1824e82...a4f6a1c. Read the comment docs.

lorenzleutgeb commented 2 years ago

Happy to port this to modules.

madmike200590 commented 2 years ago

Happy to port this to modules.

That would be great, thanks!