-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Hackathon filter #4145
Hackathon filter #4145
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4145 +/- ##
==========================================
- Coverage 30.26% 30.11% -0.15%
==========================================
Files 206 206
Lines 16367 16511 +144
Branches 2154 2201 +47
==========================================
+ Hits 4953 4973 +20
- Misses 11238 11358 +120
- Partials 176 180 +4
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4145 +/- ##
=======================================
Coverage 30.26% 30.26%
=======================================
Files 206 206
Lines 16370 16370
Branches 2152 2152
=======================================
Hits 4955 4955
Misses 11239 11239
Partials 176 176 Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a few issues! looks nice otherwise 👍
} | ||
} else { | ||
uri += '&event_tag=' + document.hackathon; | ||
uri += `&event_tag=${document.hackathon}`; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why the backticks here instead of single quotes?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah my bad! thanks!
Codecov Report
@@ Coverage Diff @@
## master #4145 +/- ##
=========================================
- Coverage 30.26% 30.1% -0.16%
=========================================
Files 206 206
Lines 16367 17018 +651
Branches 2154 2296 +142
=========================================
+ Hits 4953 5124 +171
- Misses 11238 11712 +474
- Partials 176 182 +6
Continue to review full report at Codecov.
|
2 similar comments
Codecov Report
@@ Coverage Diff @@
## master #4145 +/- ##
=========================================
- Coverage 30.26% 30.1% -0.16%
=========================================
Files 206 206
Lines 16367 17018 +651
Branches 2154 2296 +142
=========================================
+ Hits 4953 5124 +171
- Misses 11238 11712 +474
- Partials 176 182 +6
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4145 +/- ##
=========================================
- Coverage 30.26% 30.1% -0.16%
=========================================
Files 206 206
Lines 16367 17018 +651
Branches 2154 2296 +142
=========================================
+ Hits 4953 5124 +171
- Misses 11238 11712 +474
- Partials 176 182 +6
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4145 +/- ##
=======================================
Coverage 30.26% 30.26%
=======================================
Files 206 206
Lines 16370 16370
Branches 2152 2152
=======================================
Hits 4955 4955
Misses 11239 11239
Partials 176 176 Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #4145 +/- ##
=======================================
Coverage 30.26% 30.26%
=======================================
Files 206 206
Lines 16370 16370
Branches 2152 2152
=======================================
Hits 4955 4955
Misses 11239 11239
Partials 176 176 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4145 +/- ##
=======================================
Coverage 30.26% 30.26%
=======================================
Files 206 206
Lines 16370 16370
Branches 2152 2152
=======================================
Hits 4955 4955
Misses 11239 11239
Partials 176 176 Continue to review full report at Codecov.
|
Description
Checklist
Affected core subsystem(s)
Refers/Fixes
Fixes #4117
Testing and Sign-off
Contributor
make test
and everything passed!Reviewer
Funder