Skip to content

Commit

Permalink
add cov report
Browse files Browse the repository at this point in the history
  • Loading branch information
essamhassan committed Aug 15, 2023
1 parent e25856a commit 5aae774
Show file tree
Hide file tree
Showing 3 changed files with 664 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,7 @@ cargo test
# Pending work
- Room for optimization and performance improvement.
- Verifier code need to be more modularized, validation should be decoupled from core logic.
- e2e tests to cover 1) failure use cases 2) malicious users
- e2e tests to cover 1- failure use cases 2- malicious users

# Extension points
- EC-based protocol
660 changes: 660 additions & 0 deletions tarpaulin-report.html

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion tests/verifier_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ async fn test_invalid_s_verify_auth() {
async fn test_invalid_challenge_id() {
let store = DataStore::new();
let auth_server = AuthServer { store };

let request = AuthAnswerRequest {
auth_id: "invalid_challenge_id".to_string(),
s: "not_important_s".to_string(),
Expand Down

0 comments on commit 5aae774

Please sign in to comment.