Skip to content
#

test-coverage

Here are 86 public repositories matching this topic...

ndbroadbent
ndbroadbent commented Oct 14, 2019

Hello!

I think I've figured out a good way to get SimpleCov working with Spring. For my Rails application, preloading the app would require some classes in my ./app directory, and this would cause some inaccurate coverage to be reported (any lines that were required during preloading were missing in the coverage.) I figured out how to fix this issue by starting SimpleCov in config/spring.rb

mutant
matthias-g
matthias-g commented Nov 18, 2018

In the following scenario, replacing the body of Child#one with super causes a SystemStackError when Child#one is being called. However mutant does not detect that this error kills the mutation that replaces the method's body with super. See https://github.com/matthias-g/mutant_super_bug for a running example.

class Parent
  attr_reader :foo

  def initialize(foo)
    @foo = fo
notaphplover
notaphplover commented Mar 23, 2019

Hi, I've been using this library for sending a coverage report from a dockerized build hosted in Travis-CI.

At first I was unable to understand why coveralls.io builds had a coverage report but not a branch name nor a commit msg. At the end I had to read the library's code and this article to unders

public
foxbunny
foxbunny commented Mar 11, 2019

Issue description or question

The coverage markers usually remain green for the lines that contain the test declaration in Jest. This is usually not a problem until those tests are collapsed (folded). When the tests are folded, then it becomes more difficult to tell that the tests did not run just by scanning the coverage markers.

For example:

![image](https://user-images.githubuserc

andrey-zelenkov
andrey-zelenkov commented Aug 19, 2019

Case Description:

Send fragmented text message message with message payload of length 4 * 2**20 (8M). Sent out in fragments of 4M.

But 4 * 2**20 is 4M (also DATALEN used in Case 9.3.9 is 4M).

Please change case description to the (4M).

Thank you.

P.S. Also in all cases in 9 chapter probably should be fixed repeating of message word:

...text message message with message

ryanluker
ryanluker commented Oct 6, 2019

Description

Minor cleanup of the preview coverage feature to remove some tech debt (code structure, content security cleanup, etc). This came to my attention via an error that is appearing in the test builds.

ryanluker.vscode-coverage-gutters created a webview without a content security policy: https://aka.ms/vscode-webview-missing-csp

Work

  • add a content security poli

Improve this page

Add a description, image, and links to the test-coverage topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the test-coverage topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.