GitHub notifications on your menu bar. Available on macOS, Windows & Linux.
-
Updated
Aug 3, 2020 - TypeScript
{{ message }}
GitHub notifications on your menu bar. Available on macOS, Windows & Linux.
Kick-start your C++! A template for modern C++ projects using CMake, CI, code coverage, clang-format, reproducible dependency management and much more.
BFKit-Swift is a collection of useful classes, structs and extensions to develop Apps faster.
A template for modern C++ projects using CMake, Clang-Format, CI, unit testing and more, with support for downstream inclusion.
Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
GitHub Action that uploads coverage to Codecov
A simple example of how to setup a complete CI environment for C and C++
Hexagon is a microservices toolkit written in Kotlin. Its purpose is to ease the building of services (Web applications, APIs or queue consumers) that run inside a cloud platform.
Boiler plate template for C++ projects, with CMake, Doctest, Travis CI, Appveyor, Github Actions and coverage reports.
Remove the interface INetworkInfo and refactor the feature and tests accordingly
Python report uploader for Codecov
A Light Vue 2.0 Web UI Framework build with JavaScript and Typescript.
A highly scalable foundation with a focus on best pratices and simplicity to start your React Native project in seconds.
Codecov: Swift coverage example
How to add badge (eg: Travis-CI & GoReportCard & Coveralls & Codecov ) in Github README.
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:
We should not receive except
Add a description, image, and links to the codecov topic page so that developers can more easily learn about it.
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.