Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Add filter by tag command #126

Merged
merged 2 commits into from
Oct 30, 2023

Add tests for filter command

78d602a
Select commit
Loading
Failed to load commit list.
Merged

Add filter by tag command #126

Add tests for filter command
78d602a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 30, 2023 in 0s

72.31% (+0.85%) compared to 4d86a1e

View this Pull Request on Codecov

72.31% (+0.85%) compared to 4d86a1e

Details

Codecov Report

Merging #126 (78d602a) into master (4d86a1e) will increase coverage by 0.85%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##             master     #126      +/-   ##
============================================
+ Coverage     71.46%   72.31%   +0.85%     
- Complexity      369      387      +18     
============================================
  Files            69       72       +3     
  Lines          1265     1304      +39     
  Branches        119      124       +5     
============================================
+ Hits            904      943      +39     
  Misses          325      325              
  Partials         36       36              
Files Coverage Δ
...java/swe/context/logic/commands/FilterCommand.java 100.00% <100.00%> (ø)
.../swe/context/logic/parser/FilterCommandParser.java 100.00% <100.00%> (ø)
...ain/java/swe/context/logic/parser/InputParser.java 100.00% <100.00%> (ø)
...we/context/model/contact/ContainsTagPredicate.java 100.00% <100.00%> (ø)