Closed CompoTypo closed 2 years ago
Merging #164 (991a4bb) into main (e32571b) will decrease coverage by
0.07%
. The diff coverage is0.00%
.
@@ Coverage Diff @@
## main #164 +/- ##
==========================================
- Coverage 77.38% 77.31% -0.08%
==========================================
Files 28 28
Lines 1101 1102 +1
Branches 151 151
==========================================
Hits 852 852
- Misses 234 235 +1
Partials 15 15
Impacted Files | Coverage Δ | |
---|---|---|
tdameritrade/auth/__init__.py | 16.94% <0.00%> (-0.30%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us.
Will unittest shortly
I am trying to use the authentication method to help automate my process and minimize user intervention.
I ran into an issue with the Selenium interactions and made some simple changes to the bothersome code that should make it version proof (at least for now).
Please let me know if there are any issues on my end i should fix for this PR.