Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding continuous effects to durative actions #563

Open
wants to merge 37 commits into
base: master
Choose a base branch
from

fixed a bug in pddl_reader

e3813bf
Select commit
Loading
Failed to load commit list.
Open

Adding continuous effects to durative actions #563

fixed a bug in pddl_reader
e3813bf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 15, 2024 in 0s

85.23% (+0.04%) compared to c9bb278

View this Pull Request on Codecov

85.23% (+0.04%) compared to c9bb278

Details

Codecov Report

Attention: Patch coverage is 89.97429% with 39 lines in your changes are missing coverage. Please review.

Project coverage is 85.23%. Comparing base (c9bb278) to head (e3813bf).
Report is 3 commits behind head on master.

Files Patch % Lines
unified_planning/io/pddl_reader.py 61.01% 23 Missing ⚠️
unified_planning/model/action.py 76.92% 9 Missing ⚠️
unified_planning/model/effect.py 66.66% 4 Missing ⚠️
unified_planning/io/pddl_writer.py 96.22% 2 Missing ⚠️
unified_planning/model/problem.py 96.42% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #563      +/-   ##
==========================================
+ Coverage   85.19%   85.23%   +0.04%     
==========================================
  Files         201      201              
  Lines       27138    27451     +313     
==========================================
+ Hits        23120    23398     +278     
- Misses       4018     4053      +35     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.