Alexandre Conrad-Dormoy

Results 12 issues of Alexandre Conrad-Dormoy

Clicking that link was causing a 404.

This archive contains 2 really large coverage files and it take ~17+ minutes to parse them on an Apple M1 Max. ``` $ time pycobertura show coverage_before.xml Filename Stmts Miss...

Currently, the "Missing" column shows uncovered lines introduced as well as newly covered ones. Showing covered lines under "Missing" is confusing because developers care about uncovered lines and, well, if...

enhancement

Addresses https://github.com/aconrad/pycobertura/issues/167. Now that partially hit branches are marked as missed, pycobertura might pick up more missing lines if the XML report contains branching data. Here is an example of...

WIP: currently using Github Action [cache](https://github.com/actions/cache) to store coverage artifacts of `master` branch. But artifacts are only accessible for a week. > A repository can have up to 10GB of...

Thanks for this great tool! Sometimes the user will enter an address that doesn't exist in Google Maps and it will either return no results or results that aren't relevant....

enhancement

Thanks for jlog! Can you guys please make this package available through pypi so it's easier to distribute?

## Description Currently: * ✅ Pass: `type: http` with `scheme: basic` fails * ❌ Fail: `type: http` with `scheme: bearer` (or anything else) passes After this change: * ✅ Pass:...

Thanks for your work on this tool, it's a pretty JSON renderer. I need a viewer, not an editor. I'm currently passing `restrict*` props to `false`, which works. But I...

At time of writing, the last commit is from 2 years ago. I'm considering using this project to send JS errors from my React 18 app (using vite). Is this...