Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
8,133 contributions in the last year
Activity overview
Contribution activity
October 2020
- bcoe/python-docs-samples Python
- bcoe/slo-generator Python
Created a pull request in nodejs/node that received 16 comments
fs: rimraf should not recurse on failure
When an error occurs while running rimrafSync, we pass the original options through to the call to rmdirSync, this in turn spawns another call to r…
- test: refactor coverage logic
- v8: implement v8.takeCoverage() and v8.stopCoverage()
- test: add windows and c++ coverage
- test: add additional deprecation warning tests for rmdir recursive
- tools: bump remark-lint-preset-node to 1.17.1
- test: add coverage GitHub action
- fs: deprecation warning on recursive rmdir
- deps: upgrade npm to 7.0.0
- doc: improve recursive rmdir() deprecation text
- test: update url test for win
- doc: harmonize version pattern in YAML comments
- doc: fix REPLACEME typo
- fs: throw rm() validation errors
- fs: use errno constant with ERR_FS_EISDIR
- doc: improve fs.rm() docs
- fs: use validateBoolean() in rm/rmdir validation
- fs: add rm method
- deps: upgrade npm to 7.0.0-rc.3
- fs: remove experimental language from rmdir recursive
- feat: Command and "Runner" Pattern for release-please
- chore: clean up Node.js TOC for cloud-rad
- chore: release 6.4.4
- fix(deps): update dependency type-fest to ^0.18.0
- fix: issues found by testing with the GCP ruby repo
- chore: release 6.4.1
- fix: sort commits from graphql output by descending commit date so we get fresh results
- chore: release 6.4.0
- feat: add support for releasing from non-master branches for legacy support
- chore: release 6.3.0
- build(node_library): migrate to Trampoline V2
- feat: add support for versioning by version.py for python packages
- chore(deps): update dependency webpack to v5
- fix: upgrade conventional-commit-lint to probot 10
- feat: create new octokit instance with installation ID
- Fix: issue 1021 where auto-label bot needs to catch "config not found" on installation
- feat: auto-label bot can label PR language
- fix: upgrade blunderbuss to probot 10
- fix(deps): update dependency @octokit/webhooks to v7.12.2
- fix: upgrade failureChecker to Probot 10
- fix: upgrade label-sync to probot 10
- chore(deps): update dependency sonic-boom to v1.3.0
- chore: release 6.1.1
- chore: release 20.2.3
- fix(exports): node 13.0 and 13.1 require the dotted object form _with_ a string fallback
- chore: release 20.2.2
- chore: release 20.2.2
- fix: dot-notation now respects strip-dashed
- fix(exports): node 13.0-13.6 require a string fallback
- chore(deps): update dependency gts to v3
- chore: release 20.2.1
- fix(deno): update types for deno ^1.4.0
- chore: clean up Node.js TOC for cloud-rad
- chore(deps): update dependency webpack to v5
- fix: handle addition-only and deletion-only changes
- fix: the review comment should go on the old file lines
- feat(review): allow raw diff for reviewPullRequest
- feat(action): action can now review pull requests
- feat(cli): add command for reviewing a pr
- refactor(review-pr): refactor to use hunks instead of Patch + new file content
- docs: synthtool runs on Linux only
- chore: clean up Node.js TOC for cloud-rad
- refactor: move some code from synth.py to synth_toolbox.py
- chore(docs): update code of conduct of synthtool and templates
- fix: load flags from the specified synth.py file
- build: grant push permissions to yoshi-* teams
- fix(java-templates): custom templates needs to load partial metadata
- fix: set the file mode for template file permissions when merging a file
Created an issue in nodejs/node that received 7 comments
Coverage report left in comments is "noisy"
Problem I noticed on a couple PRs, that the coverage comment left by codecov.io was hidden. I'm guessing that part of why folks wanted to hide this…

