tchar / ulauncher-albert-calculate-anything

A ULauncher/Albert extension that supports currency, units and date time conversion, as well as a calculator that supports complex numbers and functions.
MIT License
103 stars 13 forks source link

Add CodeQL #19

Closed tchar closed 3 years ago

tchar commented 3 years ago

Restring requests to only urls that match https:// to avoid xml attacks from untrusted domains.

Httpserver now uses an on the fly cert

codecov[bot] commented 3 years ago

Codecov Report

Merging #19 (7779d41) into master (9b91a43) will decrease coverage by 0.01731%. The diff coverage is 94.11765%.

Impacted file tree graph

@@                 Coverage Diff                 @@
##              master         #19         +/-   ##
===================================================
- Coverage   95.07806%   95.06075%   -0.01731%     
===================================================
  Files             55          55                 
  Lines           3779        3786          +7     
===================================================
+ Hits            3593        3599          +6     
- Misses           186         187          +1     
Flag Coverage Δ
unittests 95.06075% <94.11765%> (-0.01731%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
calculate_anything/currency/providers/base.py 98.00000% <80.00000%> (-2.00000%) :arrow_down:
calculate_anything/currency/providers/coinbase.py 97.56098% <100.00000%> (ø)
...ything/currency/providers/european_central_bank.py 97.26027% <100.00000%> (ø)
calculate_anything/currency/providers/fixerio.py 94.11765% <100.00000%> (ø)
...ulate_anything/currency/providers/mycurrencynet.py 100.00000% <100.00000%> (ø)
calculate_anything/preferences.py 94.00000% <100.00000%> (ø)
calculate_anything/query/handlers/base_n.py 89.47368% <100.00000%> (+0.06971%) :arrow_up:
calculate_anything/time/sqlite_cache.py 100.00000% <100.00000%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e6e9283...7779d41. Read the comment docs.