-
Updated
Sep 30, 2020 - TypeScript
codecov
Here are 375 public repositories matching this topic...
-
Updated
Oct 6, 2020 - CMake
-
Updated
Jul 5, 2020 - Swift
-
Updated
Aug 16, 2020 - CMake
-
Updated
Aug 24, 2020 - C++
-
Updated
Oct 6, 2020 - JavaScript
-
Updated
Oct 1, 2020 - C++
-
Updated
Sep 3, 2019 - JavaScript
-
Updated
Oct 4, 2020 - Kotlin
-
Updated
Oct 5, 2020 - CMake
Refactor NetworkInfo
Remove the interface INetworkInfo and refactor the feature and tests accordingly
-
Updated
Sep 21, 2020 - Python
-
Updated
Oct 5, 2020 - Vue
-
Updated
Jul 21, 2020 - TypeScript
-
Updated
Aug 27, 2020 - Swift
Right now when the user logs out, the Decks widget looses access to the list of decks, making Firebase trigger permission denied events. This results in issue churn:
- https://sentry.io/share/issue/c903ffaafb1d4f09903b614cfc6bdba5/
- https://sentry.io/share/issue/e687924953344d13960ac45ba0794877/
- https://sentry.io/share/issue/a69efe18a23945cbb5cbfe3bf7072340/
We should not receive except
-
Updated
Mar 1, 2019 - Go
-
Updated
Oct 6, 2020 - TypeScript
Improve this page
Add a description, image, and links to the codecov topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the codecov topic, visit your repo's landing page and select "manage topics."
What is the problem?
When visiting a page whose availability is determined from the server state, there is a time lag before the response is shown to the user.
Your solution
We can show an intermediate loading page to let users know that we have received the request and the server is validating the page access request.
Alternatives considered
Currently, an empty page is shown.