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

Branch kk filter articles by date #70

Merged

Fix check style error

072e5d7
Select commit
Loading
Failed to load commit list.
Merged

Branch kk filter articles by date #70

Fix check style error
072e5d7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 28, 2024 in 1s

51.24% (-4.15%) compared to ca9335b

View this Pull Request on Codecov

51.24% (-4.15%) compared to ca9335b

Details

Codecov Report

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

Project coverage is 51.24%. Comparing base (ca9335b) to head (072e5d7).
Report is 14 commits behind head on master.

Files Patch % Lines
...ic/commands/articlecommands/SetArticleCommand.java 0.00% 17 Missing ⚠️
...s/model/article/ArticleMatchesStatusPredicate.java 0.00% 17 Missing ⚠️
.../address/logic/parser/SetArticleCommandParser.java 0.00% 9 Missing ⚠️
...del/article/ArticleMatchesTimePeriodPredicate.java 0.00% 8 Missing ⚠️
...c/main/java/seedu/address/model/ArticleFilter.java 50.00% 3 Missing ⚠️
...rc/main/java/seedu/address/model/ModelManager.java 33.33% 2 Missing ⚠️
...odel/article/exceptions/InvalidDatesException.java 0.00% 2 Missing ⚠️
...del/article/exceptions/InvalidStatusException.java 0.00% 2 Missing ⚠️
.../java/seedu/address/logic/commands/SetCommand.java 0.00% 1 Missing ⚠️
.../seedu/address/logic/parser/ArticleBookParser.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #70      +/-   ##
============================================
- Coverage     55.38%   51.24%   -4.15%     
- Complexity      451      452       +1     
============================================
  Files            97      109      +12     
  Lines          1959     2129     +170     
  Branches        200      222      +22     
============================================
+ Hits           1085     1091       +6     
- Misses          835      999     +164     
  Partials         39       39              

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