Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Improve code clarity; remove unused functions #397

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

cjbarth
Copy link
Contributor

@cjbarth cjbarth commented Oct 6, 2023

The validateReferences() function is no longer being used as of #395, so it is removed here.

Some other areas of the code has unnecessarily complex code; this was simplified.

@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

Merging #397 (77cdeea) into master (d98128a) will decrease coverage by 0.06%.
The diff coverage is 38.46%.

@@            Coverage Diff             @@
##           master     #397      +/-   ##
==========================================
- Coverage   74.09%   74.03%   -0.06%     
==========================================
  Files           9        9              
  Lines         880      882       +2     
  Branches      233      233              
==========================================
+ Hits          652      653       +1     
- Misses        135      136       +1     
  Partials       93       93              
Files Coverage Δ
src/signed-xml.ts 76.45% <38.46%> (-0.13%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@cjbarth cjbarth merged commit f0237e9 into node-saml:master Oct 6, 2023
@cjbarth cjbarth deleted the refactor branch October 6, 2023 20:20
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant