並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 40 件 / 632件

新着順 人気順

coverageの検索結果1 - 40 件 / 632件

  • Coveralls.io - Test Coverage History and Statistics

    We help you deliver code confidently by showing which parts of your code aren’t covered by your test suite. Free for open source repos. Pro accounts for private repos. Instant sign up through GitHub, Bitbucket, and Gitlab.

    • Code coverage with gocov and wercker

      Oracle Blogs

      • Codecov - The Leading Code Coverage Solution

        Code Coverage: More Than a Metric. Codecov is the all-in-one code coverage reporting solution for any test suite — giving developers actionable insights to deploy reliable code with confidence. Trusted by over 29,000 organizations. Try Codecov for Free Get Demo

          Codecov - The Leading Code Coverage Solution
        • 一人でゲームをリリースするための自動化 PHPUnit編 ~目指せCoverage 100%~

          Coverage 100%への道のり 1. --coverage-htmlして現状を確認 2. time()やmt_rand()などを使うコードもテスト 3. 複雑なオブジェクトを使うコードもテスト 4. ファイルシステムを使うコードもテストRead less

            一人でゲームをリリースするための自動化 PHPUnit編 ~目指せCoverage 100%~
          • Code coverage with gocov and wercker

            Oracle Blogs

              Code coverage with gocov and wercker
            • Check Your Service and Support Coverage - Apple Support

              Check your Apple warranty status. Enter a serial number to review your eligibility for support and extended coverage.

              • EclEmma (Java Code Coverage for Eclipse)

                Overview EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License. It brings code coverage analysis directly into the Eclipse workbench: Fast develop/test cycle: Launches from within the workbench like JUnit test runs can directly be analyzed for code coverage. Rich coverage analysis: Coverage results are immediately summarized and highlighted in the Java s

                • Live WWDC 2010 keynote coverage – gdgt live

                  8:09AM - Welcome to gdgt’s live coverage of the WWDC 2010 keynote! It’s a ridiculously beautiful day here in SF, and we’re on our way over to the Moscone Center. While we’re all hanging around waiting for the main attraction to begin, make sure you discuss the keynote here and add the 4th-gen iPhone to your want list!

                  • 【Invisible Shield】Full Coverage - Mac ソフト、Windows ソフトのことなら act2.com

                    最高の保護力を iPad/iPhone へ。 invisible SHIELD は世界中で700万個を売上げ、多くの人から信頼されている製品です。 ZAGG 社 invisibleSHIELD は頑丈なフィルムで、あなたの大切なiPadを守ります。 特許技術のナノメモリテクノロジーを用いた フィルムで iPad/iPhone をカバーし、まるで箱から取り出したばかりのような新品さを保ちます。 永久保証にて製品の丈夫さを裏付けています。 万一、かすり傷がついたり擦り切れてしまった場合は、無料にて交換いたします。 精密なカットで装着はとても簡単。iPad/iPhone に直接貼り付けるだけでOKです。 手にとってお試しいただければ、丈夫で耐久性のある保護シートだということを実感していただけるでしょう。 軍隊用の高速ヘリコプターの翼を、ゴミ、ホコリ、瓦礫などから守るために開発されたの

                    • https://www.shinedown.com/video/live-49ers-vs-seahawks-live-tv-coverage-1594056

                      リーン・ロゼショップの店内をVRでご覧頂けます。 VRゴーグルをお持ちの場合は、ご使用いただくと よりリアルにご体感いただけます。

                      • JSCoverage - code coverage for JavaScript

                        Note: Any future development of the JSCoverage code base will likely occur in the new JSCover project on GitHub, which reuses a substantial amount of JSCoverage code and aims for a high degree of backward compatibility with JSCoverage. JSCoverage itself is unlikely to have any further releases. JSCoverage is a tool that measures code coverage for JavaScript programs. Code coverage statistics show

                        • GitHub - simplecov-ruby/simplecov: Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites

                          Code coverage for Ruby Source Code API documentation Changelog Rubygem Continuous Integration SimpleCov is a code coverage analysis tool for Ruby. It uses Ruby's built-in Coverage library to gather code coverage data, but makes processing its results much easier by providing a clean API to filter, group, merge, format, and display those results, giving you a complete code coverage suite that can b

                            GitHub - simplecov-ruby/simplecov: Code coverage for Ruby with a powerful configuration library and automatic merging of coverage across test suites
                          • Skyhook | Coverage Map

                            Skyhook is the pioneer of mobile location technologies and the inventor of hybrid positioning - the de facto industry standard for positioning mobile devices. We scan, process and acquire a massive volume of data that consists of billions of geolocated access points, cell towers and IP addresses. Our system determines location with unprecedented speed and delivers location with industry-best accur

                            • 3D World Coverage | Creative Bloq

                              Why not try a subscription?Every issue is packed with art and design inspirationDelivered to your IOS or Android deviceNever miss an issue

                              • Japanese newspaper retracts term ‘sex slaves’ from wartime coverage

                                Japan’s biggest-selling newspaper has apologised for its past use of the term “sex slaves” to describe tens of thousands of women who were forced to work in Japanese military brothels before and during the second world war. The move by the Yomiuri Shimbun, a conservative broadsheet with a daily circulation of more than 10 million, has fuelled concern that sections of the country’s media have signe

                                  Japanese newspaper retracts term ‘sex slaves’ from wartime coverage
                                • Ruby の oneshot coverage で本番稼働中の Rails アプリの使用状況を収集して不要なコードを発見するための仕組みを導入した話 - DIGGLE開発者ブログ

                                  前置き プロダクト開発は人の手によって行われるものですから、開発サイクルの中で不要なコードを削除し忘れる人的なミスはどうしても発生します。 後から不要なコードに気づき削除する際には、慎重にチェックして本当にコードが使用されていないことを確認する必要があります。ただし、削除に自信が持てない場合、本番稼働中の Rails アプリに障害が発生する可能性も考慮しなければならず、何も影響しない場合はそのままにしておくことも多く、削除が難しい状況も少なくないと思います。 上記状況を打破するために DIGGLE では本番稼働中の Rails アプリのコードの使用状況を収集して不要なコードを発見するための仕組みを導入したので共有したいと思います。 前置き 不要なコードをどのように発見するか Ruby で コードカバレッジを計測する 仕組み導入にあたって悩んだポイント YJIT を有効化した状態で動作するの

                                    Ruby の oneshot coverage で本番稼働中の Rails アプリの使用状況を収集して不要なコードを発見するための仕組みを導入した話 - DIGGLE開発者ブログ
                                  • Xbox Coverage | GamesRadar+

                                    Subscribe from just £3Takes you closer to the games, movies and TV you loveTry a single issue or save on a subscriptionIssues delivered straight to your door or device

                                    • The Guide to Cycling Live Race Coverage - Women's + Men's - Videos, Streams, Photos, Results - Watch Cycling TV Online - CF LIVE | www.cyclingfans.com

                                      On today:  Paris-Nice  (France, to March 10) - On today:  Tirreno-Adriatico  (Italy, to March 10) - On August 26-September 17 2023 Vuelta a Espana Vuelta a Espana LIVE - Videos - Results - Photos - Art - Vuelta a Espana at a glance: Remco Evenepoel (Quick-Step Alpha Vinyl Team) won the 2022 Vuelta a Espana. On August 2-13 2023 UCI Cycling World Championships UCI Road Worlds LIVE - UCI Track LIVE -

                                      • GameVideos.com - GDC: PS3 Home 'Features' HD(Trailers|GamePlay|Event Coverage|GDC 2007)

                                        Goodbye, And Thank You From The GameSpy Team By Dan Stapleton | PC Articles | Feb 21, 2013 4:05 PM | 0 Comments GameSpy, as we know it, began in 1999. Today, 14 years later, it has reached the end of the road. We had a good run, and we want to sincerely thank all of you for reading and joining in discussions with us. It's been fantastic. Read More » Crysis 3's Prophet is The Ultimate Hunter - Game

                                        • OneMoreThing.nl coverage WWDC keynote

                                          One More Thing is the largest online Apple community in The Netherlands and Belgium. www.onemorething.nl

                                            OneMoreThing.nl coverage WWDC keynote
                                          • Minnesota Duluth vs Ohio State 2018 Live Stream NCAA Hockey Championship Semifinal Online Game Tv Coverage | Calendar | stlamerican.com

                                            The Repertory Theatre of St. louis has decided to cancel all performances and events through the end of the season. They plan to postpone their mainstage world premiere of Dreaming Zenzile, with the goal of mounting it this summer. As the St. Louis region grapples with keeping residents as safe as possible in the wake of the COVID-19 pandemic, leaders have limited gatherings of large groups to pre

                                              Minnesota Duluth vs Ohio State 2018 Live Stream NCAA Hockey Championship Semifinal Online Game Tv Coverage | Calendar | stlamerican.com
                                            • GitHub - k1LoW/octocov: octocov is a toolkit for collecting code metrics (code coverage, code to test ratio, test execution time and your own custom metrics).

                                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                GitHub - k1LoW/octocov: octocov is a toolkit for collecting code metrics (code coverage, code to test ratio, test execution time and your own custom metrics).
                                              • EMMA: a free Java code coverage tool

                                                Until recently, the world of Java development had been plagued by an absurd discrepancy: Java developers had excellent free IDEs, free compilers, free test frameworks but had to rely on code coverage tools that charged an arm and a leg in license fees. As a Java pro, I would like to use the same free coverage tool regardless of whether it is a massive commercial project at work or a small fun proj

                                                • 第4回 Test::Perl::Critic, Test::Pod, Test::Pod::Coverage, Test::Exception, Test::Warn, Devel::Coverの紹介 | gihyo.jp

                                                  Happy Testing Perl 第4回Test::Perl::Critic, Test::Pod, Test::Pod::Coverage, Test::Exception, Test::Warn, Devel::Coverの紹介 モバイルファクトリーの小林です。今回は今までに紹介しきれなかったPerlのTestingモジュールで良く利用されるものをいくつか紹介したいと思います。 Test::Perl::Critic このモジュールはテスト対象のコードがPBPに準拠しているかどうかをテストしてくれるモジュールです。 PBPとはDamian Conway氏の提唱するPerl Best PracticesというPerlのコードを書く際のスタイルです。 http://www.oreilly.co.jp/books/4873113008/ Perl Best Practicesについての詳細

                                                    第4回 Test::Perl::Critic, Test::Pod, Test::Pod::Coverage, Test::Exception, Test::Warn, Devel::Coverの紹介 | gihyo.jp
                                                  • Alan MacLeod on Twitter: "[Thread] The most racist Ukraine coverage on TV News. 1. The BBC - “It’s very emotional for me because I see Euro… https://t.co/ep06zYKD17"

                                                    [Thread] The most racist Ukraine coverage on TV News. 1. The BBC - “It’s very emotional for me because I see Euro… https://t.co/ep06zYKD17

                                                      Alan MacLeod on Twitter: "[Thread] The most racist Ukraine coverage on TV News. 1. The BBC - “It’s very emotional for me because I see Euro… https://t.co/ep06zYKD17"
                                                    • Internet Coverage | TechRadar

                                                      Opera is enhancing Aria AI with Gemini, offering cutting-edge text-to-voice and image generation features. Knowing past Wordle answers can help with today's game. Here's the full list so far. Looking for NYT Strands answers and hints? Here's all you need to know to solve today's game, including the spangram.

                                                      • istanbul-js: A Javascript code coverage tool written in JS

                                                        istanbul: A Javascript code coverage tool written in JS Yet another code coverage tool for Javascript, with the following features: All-javascript instrumentation library that tracks statement, branch, and function coverage and reverse-engineers line coverage with 100% fidelity. Module loader hooks to instrument code on the fly Command line tools to run node unit tests "with coverage turned on" an

                                                        • Carolina vs New Orleans NFL Live Stream Online Free TV Coverage

                                                          Carolina vs New Orleans NFL Live Stream Online Free 2018. NFL Fan’s Welcome To Watch Carolina vs New Orleans Live Stream Online 2018 Full Game TV Coverage On CBS, FOX, ESPN, SKY, NBC, NBCSN, TNT, Star Sports Or Any TV Channels Online, Here You Can Easily Watch Your Favorite Team Carolina vs New Orleans Live On Any Device as Laptop, Desktop, notepad, smart phone, tab,  Mobile, iPhone, iPad, iPod, A

                                                            Carolina vs New Orleans NFL Live Stream Online Free TV Coverage
                                                          • GitHub - gotwarlost/istanbul: Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests,

                                                            Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests, server side functional tests and browser tests. Built for scale. License

                                                              GitHub - gotwarlost/istanbul: Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use cases including unit tests,
                                                            • Barcelona vs Levante Soccer Live Stream Online Free TV Coverage

                                                              Barcelona vs Levante Soccer Live Online Stream Online. Soccer Fan’s Welcome To Watch Shrewsbury v West Ham Live Stream Online 2018 Full Game TV Coverage On CBS, FOX, ESPN, SKY, NBC, NBCSN, TNT, Star Sports Or Any TV Channels Online, Here You Can Easily Watch Your Favorite Team Shrewsbury v West Ham Live On Any Device as Laptop, Desktop, notepad, smart phone, tab,  Mobile, iPhone, iPad, iPod, Apple

                                                                Barcelona vs Levante Soccer Live Stream Online Free TV Coverage
                                                              • EclEmma - JaCoCo Java Code Coverage Library

                                                                JaCoCo is a free code coverage library for Java, which has been created by the EclEmma team based on the lessons learned from using and integration existing libraries for many years. Snapshot Builds The master branch of JaCoCo is automatically built and published. Due to the test driven development approach every build is considered fully functional. See change history for latest features and bug

                                                                • Celta Vigo vs Real Madrid Soccer Live Stream Online Free TV Coverage

                                                                  Celta Vigo vs Real Madrid Soccer Live Online Stream Online. Soccer Fan’s Welcome To Watch Shrewsbury v West Ham Live Stream Online 2018 Full Game TV Coverage On CBS, FOX, ESPN, SKY, NBC, NBCSN, TNT, Star Sports Or Any TV Channels Online, Here You Can Easily Watch Your Favorite Team Shrewsbury v West Ham Live On Any Device as Laptop, Desktop, notepad, smart phone, tab,  Mobile, iPhone, iPad, iPod,

                                                                    Celta Vigo vs Real Madrid Soccer Live Stream Online Free TV Coverage
                                                                  • Live Apple “Come see our latest creation” / tablet event coverage – gdgt live

                                                                    9:28AM - Doors opening in just a sec! (Photos are coming!) 9:17AM - Alright, we’re in! Doors aren’t open yet though, so we’re huddled in with all the other reporters and guests. 9:05AM - Yowch, media line this time is fairly crazy! Standing by for admission. 9:01AM - Almost to the event! 8:29AM - Also, be sure to check out the “iSlate” page on gdgt, it’s where all the news and discussions about t

                                                                    • GitHub - gongo/twada-savannah: Suddenly appeared savannah lion when coverage decreased

                                                                      You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                        GitHub - gongo/twada-savannah: Suddenly appeared savannah lion when coverage decreased
                                                                      • Tennessee vs Kansas City NFL Live Stream Online Free TV Coverage

                                                                        Tennessee vs Kansas City NFL Live Stream Online Free 2018. NFL Fan’s Welcome To Watch Tennessee vs Kansas City Live Stream Online 2018 Full Game TV Coverage On CBS, FOX, ESPN, SKY, NBC, NBCSN, TNT, Star Sports Or Any TV Channels Online, Here You Can Easily Watch Your Favorite Team Tennessee vs Kansas City Live On Any Device as Laptop, Desktop, notepad, smart phone, tab,  Mobile, iPhone, iPad, iPod

                                                                          Tennessee vs Kansas City NFL Live Stream Online Free TV Coverage
                                                                        • Puppeteer と Coverage の話

                                                                          アドカレの 1 日目も Puppeteer の話を書いてたのだけど、別にその続きとかではまったくなくて、少し前に Puppeteer のカバレッジ関連でドハマリしたのでそれを書こうと思う。 背景他のところで散々書いてきているので、軽く触れる程度にしておくが、 https://github.com/reg-viz/storycap というツールの開発・メンテをしている。Puppeteer で Storybook をクローリングして各 Story を PNG 画像にする、ただそれだけの CLI だ。 このツールは画像ベースの回帰テストを自動化する目的で作られていて、日々の業務でも reg-suit や reg-cli などのツールと組み合わせて使っており、僕自身も前職の頃から世話になっている CLI だ。 自動テストの一環として Storycap を使っている関係上、Storybook をコン

                                                                            Puppeteer と Coverage の話
                                                                          • Rakuten (Japan) - Cellular Coverage and Tower Map

                                                                            You must be logged in to edit data. To register, click here to sign in, click here

                                                                            • ImagineFX Coverage | Creative Bloq

                                                                              Why not try a subscription?Every issue is packed with art and design inspirationDelivered to your IOS or Android deviceNever miss an issue

                                                                              • 新Search ConsoleのIndex Coverageレポートに出てくる「インデックスされているが関心が低い」ページとは?

                                                                                [レベル: 上級] 新しい Search Console のベータテスターの参加枠が拡大していることを先週お伝えしました。 新 SC でもっとも期待が高まる機能の1つに、「Index Coverage」(インデックス カバレッジ)があります。 Index Coverageは、従来の「インデックス ステータス」よりもっと詳細にインデックスの状態をレポートします。 Index Coverage レポートで新規に加わったインデックス状態の項目に「Indexed, low interest」という項目があります。 [H/T Glenn Gabe] 「Indexed, low interest」は、直訳すると「インデックスされている、関心が低い」という意味です。 インデックスされているけれど関心が低いとは、いったいどんな状態を示すのでしょうか? 低品質ページが「Indexed, low intere

                                                                                  新Search ConsoleのIndex Coverageレポートに出てくる「インデックスされているが関心が低い」ページとは?
                                                                                • GitHub - plantain-00/type-coverage: A CLI tool to check type coverage for typescript code

                                                                                  You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                                    GitHub - plantain-00/type-coverage: A CLI tool to check type coverage for typescript code