Pat Brisbin

Results 51 issues of Pat Brisbin

Paste this example into https://hexagoxel.de/brittany/ ```hs module WalkingComment where fetchAssessmentAnswersForSchool :: MonadIO m => SchoolId -> SqlPersistT m [ -- Keep clicking format and watch this comment walk to the...

bug

Along with other restrictions, we run analysis engines with no network access (via the `--net none` option to `docker run`). We do this (primarily) because engines have access to customer...

- [x] This is a bug report - [ ] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior When compiling...

enhancement
help wanted

We might be missing something here, but I think this behavior is incorrect: **Model** ```rb module CC class API class RefPoint < Base belongs_to :repo property :commit_sha, type: :string property...

:wave: hey CC, how're things! I'm writing a [parser-formatter][1] that takes coverage information about Haskell tests in its native format and outputs it as the JSON payload expected by cc-test-reporter....

enhancement

See #150 for updated description **Current help** ``` Locate, parse, and re-format supported coverage sources. Upload pre-formatted coverage payloads to Code Climate servers. Usage: cc-test-reporter after-build [flags] Flags: -s, --batch-size...

**Current help** ``` Locate, parse, and re-format supported coverage sources. Usage: cc-test-reporter format-coverage [flags] Flags: -t, --input-type string type of input source to use [simplecov, lcov, coverage.py, clover, gocov] -o,...

I went through all existing `--help` and thought about what I'd like to see changed before we stabilize 1.0. I anticipate a pretty detailed ~~bikeshed~~ discussion to ensue, so I'm...

**Current help** ``` Upload pre-formatted coverage payloads to Code Climate servers. Usage: cc-test-reporter upload-coverage [flags] Flags: -s, --batch-size int batch size for source files (default 500) -e, --endpoint string endpoint...

**Current help** ``` Combine (sum) multiple pre-formatted coverage payloads into one. Usage: cc-test-reporter sum-coverage [flags] Flags: -o, --output string output path (default "coverage/codeclimate.json") -p, --parts int total number of parts...