-
It takes more than a minute to parse 50kb file on the top spec machine.
I am not a javascript specialist but major reasons for slowness:
if file has N lines, every line gets copied N times. This i…
-
I've been looking through bazel/rules_apple/apple_support/rules_swift and it appears that there's a decent amount of integration for supporting code coverage that could work for iOS. But it seems like…
keith updated
2 years ago
-
We're setting up our code coverage for a monorepo with multiple apps running their own test suites in parallel inside a container.
We're working on a feature branch and we have no visibility on cod…
-
Has anyone gotten coverage information out from Jenkinsfile? I always get this:
```
[Cobertura] Publishing Cobertura coverage report...
[Cobertura] Publishing Cobertura coverage results...
[Cobe…
aadis updated
5 years ago
-
Too many comments are generated on the PR, it would be nice to just update the last one
![Screenshot from 2022-08-06 21-12-57](https://user-images.githubusercontent.com/3270997/183274997-bf7e05e3-a…
-
See [here](https://coveralls.io/builds/3196415/source?filename=lib%2Fansiparser.js). The coverage report does not match the source code. Need to investigate why.
-
It'd be nice to get code coverage reports. codecov.io is an absolutely fantastic thing here. See this PR on another of our repos: https://github.com/mitodl/edx-api-client/pull/1
Likely predicated upo…
-
-
name: Danger JS
on:
pull_request:
branches: [ develop ]
push:
branches: [ develop, main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
…
-
https://clang.llvm.org/docs/SourceBasedCodeCoverage.html or something like this
we need to executed both shp and mhp tests so using gcov is probably not an option
We may add this as a separate scan. …