• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IQSS / dataverse / #21824

20 Mar 2024 08:05PM CUT coverage: 20.661% (+0.09%) from 20.57%
#21824

push

github

web-flow
Merge pull request #10211 from IQSS/9356-rate-limiting-command-engine

adding rate limiting for command engine

90 of 123 new or added lines in 14 files covered. (73.17%)

1 existing line in 1 file now uncovered.

17074 of 82639 relevant lines covered (20.66%)

0.21 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/main/java/edu/harvard/iq/dataverse/engine/command/exception/RateLimitCommandException.java
1
package edu.harvard.iq.dataverse.engine.command.exception;
2

3
import edu.harvard.iq.dataverse.engine.command.Command;
4

5
/**
6
 * An exception raised when a command cannot be executed, due to the
7
 * issuing user being rate limited.
8
 *
9
 * @author
10
 */
11
public class RateLimitCommandException extends CommandException {
12

13
    public RateLimitCommandException(String message, Command aCommand) {
NEW
14
        super(message, aCommand);
×
NEW
15
    }
×
16
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc