-
Notifications
You must be signed in to change notification settings - Fork 6
Refactor report responses #207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
e5d9e96 to
644e7e9
Compare
3d6e9d1 to
c26de1c
Compare
c26de1c to
063287b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #207 +/- ##
==========================================
+ Coverage 43.58% 43.75% +0.16%
==========================================
Files 62 62
Lines 10265 10360 +95
==========================================
+ Hits 4474 4533 +59
- Misses 5791 5827 +36 ☔ View full report in Codecov by Sentry. |
d670bfc to
f3ce405
Compare
9e701f4 to
f54fc58
Compare
| <script src="//code.highcharts.com/highcharts.js"></script> | ||
| <script src="//code.highcharts.com/maps/modules/map.js"></script> | ||
| <script src="//code.highcharts.com/mapdata/countries/es/es-all.js"></script> | ||
| <script src="https://code.jquery.com/jquery-3.1.1.min.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
| <link rel="stylesheet" href="{% static 'tigacrafting/bootstrap-select/css/bootstrap-select.min.css' %}"> | ||
| <link rel="stylesheet" href="{% static 'stats/mosquito_ccaa_rich_iframetest.css' %}"> | ||
| <script src="//code.jquery.com/jquery-3.2.1.min.js"></script> | ||
| <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
| <script src="//code.highcharts.com/mapdata/countries/es/es-all.js"></script> | ||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | ||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | ||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
| <script src="//code.highcharts.com/mapdata/countries/es/es-all.js"></script> | ||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | ||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | ||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
| <script src="//code.highcharts.com/highcharts.js"></script> | ||
| <script src="//code.highcharts.com/highcharts-more.js"></script> | ||
| <script src="//code.highcharts.com/modules/solid-gauge.js"></script> | ||
| <script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
| <script src="//code.highcharts.com/modules/sunburst.js"></script> | ||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | ||
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> | ||
| <script src="https://cdnjs.cloudflare.com/ajax/libs/proj4js/2.3.15/proj4.js"></script> |
Check warning
Code scanning / CodeQL
Inclusion of functionality from an untrusted source Medium
| else | ||
| lyr3.append(msg); | ||
| if (msg.jquery || msg.nodeType) | ||
| $(msg).show(); |
Check warning
Code scanning / CodeQL
Unsafe jQuery plugin Medium
'$.fn.block' plugin
7ee19fb to
5d5cc1c
Compare
2329e5f to
3df466e
Compare
No description provided.