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

DD-1586 Added truncate-notifications with commandline input parsing #6

Merged
merged 27 commits into from
Sep 10, 2024

Have AbstractCmd doCall signature throw a general Exception

0dbee67
Select commit
Loading
Failed to load commit list.
Merged

DD-1586 Added truncate-notifications with commandline input parsing #6

Have AbstractCmd doCall signature throw a general Exception
0dbee67
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 10, 2024 in 1s

32.42% (+32.42%) compared to 75cd94d

View this Pull Request on Codecov

32.42% (+32.42%) compared to 75cd94d

Details

Codecov Report

Attention: Patch coverage is 32.74336% with 76 lines in your changes missing coverage. Please review.

Project coverage is 32.42%. Comparing base (75cd94d) to head (0dbee67).
Report is 18 commits behind head on master.

Files with missing lines Patch % Lines
.../main/java/nl/knaw/dans/dvcli/action/Database.java 2.27% 43 Missing ⚠️
.../knaw/dans/dvcli/command/NotificationTruncate.java 70.58% 13 Missing and 2 partials ⚠️
...w/dans/dvcli/config/DdDataverseDatabaseConfig.java 0.00% 9 Missing ⚠️
...c/main/java/nl/knaw/dans/dvcli/DdDataverseCli.java 0.00% 6 Missing ⚠️
...l/knaw/dans/dvcli/config/DdDataverseCliConfig.java 0.00% 3 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             master       #6       +/-   ##
=============================================
+ Coverage          0   32.42%   +32.42%     
- Complexity        0       50       +50     
=============================================
  Files             0       30       +30     
  Lines             0      404      +404     
  Branches          0       14       +14     
=============================================
+ Hits              0      131      +131     
- Misses            0      267      +267     
- Partials          0        6        +6     

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