-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update simplecov requirement from = 0.17.1 to = 0.18.5 #2043
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot-preview
bot
added
the
dependencies
Pull requests that update a dependency file
label
Jun 8, 2020
dependabot-preview
bot
force-pushed
the
dependabot/bundler/simplecov-eq-0.18.5
branch
from
June 8, 2020 06:50
d7da162
to
36fe130
Compare
@dependabot rebase. |
dependabot-preview
bot
force-pushed
the
dependabot/bundler/simplecov-eq-0.18.5
branch
from
June 8, 2020 15:29
36fe130
to
f35629e
Compare
koic
added a commit
to koic/faker
that referenced
this pull request
Jun 8, 2020
Closes faker-ruby#2043. This PR fixes the following build error when using cc-test-reporter with SimpleCov 0.18. ```console Run export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}" Error: json: cannot unmarshal object into Go struct field input.coverage of type []formatters.NullInt Usage: cc-test-reporter after-build [flags] (snip) Global Flags: -d, --debug run in debug mode ##[error]Process completed with exit code 255. ``` https://github.com/faker-ruby/faker/pull/2043/checks?check_run_id=750522010 This patch is a workaround until the following issue will be resolved. codeclimate/test-reporter#418
dependabot-preview
bot
force-pushed
the
dependabot/bundler/simplecov-eq-0.18.5
branch
from
June 10, 2020 11:32
f35629e
to
c1a761e
Compare
@dependabot rebase |
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
koic
added a commit
to koic/faker
that referenced
this pull request
Jun 11, 2020
Closes faker-ruby#2043. This PR fixes the following build error when using cc-test-reporter with SimpleCov 0.18. ```console Run export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}" Error: json: cannot unmarshal object into Go struct field input.coverage of type []formatters.NullInt Usage: cc-test-reporter after-build [flags] (snip) Global Flags: -d, --debug run in debug mode ##[error]Process completed with exit code 255. ``` https://github.com/faker-ruby/faker/pull/2043/checks?check_run_id=750522010 This patch is a workaround until the following issue will be resolved. codeclimate/test-reporter#418
dependabot-preview
bot
force-pushed
the
dependabot/bundler/simplecov-eq-0.18.5
branch
from
June 23, 2020 06:48
c1a761e
to
5ae39fe
Compare
dependabot-preview
bot
force-pushed
the
dependabot/bundler/simplecov-eq-0.18.5
branch
from
July 7, 2020 06:34
5ae39fe
to
b2d5c99
Compare
koic
added a commit
to koic/faker
that referenced
this pull request
Jul 7, 2020
Closes faker-ruby#2043. This PR fixes the following build error when using cc-test-reporter with SimpleCov 0.18. ```console Run export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}" Error: json: cannot unmarshal object into Go struct field input.coverage of type []formatters.NullInt Usage: cc-test-reporter after-build [flags] (snip) Global Flags: -d, --debug run in debug mode ##[error]Process completed with exit code 255. ``` https://github.com/faker-ruby/faker/pull/2043/checks?check_run_id=750522010 This patch is a workaround until the following issue will be resolved. codeclimate/test-reporter#418
dependabot-preview
bot
force-pushed
the
dependabot/bundler/simplecov-eq-0.18.5
branch
from
July 8, 2020 06:41
b2d5c99
to
b1153a3
Compare
koic
added a commit
to koic/faker
that referenced
this pull request
Jul 8, 2020
Closes faker-ruby#2043. This PR fixes the following build error when using cc-test-reporter with SimpleCov 0.18. ```console Run export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}" Error: json: cannot unmarshal object into Go struct field input.coverage of type []formatters.NullInt Usage: cc-test-reporter after-build [flags] (snip) Global Flags: -d, --debug run in debug mode ##[error]Process completed with exit code 255. ``` https://github.com/faker-ruby/faker/pull/2043/checks?check_run_id=750522010 This patch is a workaround until the following issue will be resolved. codeclimate/test-reporter#418
dependabot-preview
bot
force-pushed
the
dependabot/bundler/simplecov-eq-0.18.5
branch
from
July 14, 2020 06:36
b1153a3
to
6e870d2
Compare
dependabot-preview
bot
force-pushed
the
dependabot/bundler/simplecov-eq-0.18.5
branch
from
August 11, 2020 00:22
6e870d2
to
9145215
Compare
Updates the requirements on [simplecov](https://github.com/colszowka/simplecov) to permit the latest version. - [Release notes](https://github.com/colszowka/simplecov/releases) - [Changelog](https://github.com/colszowka/simplecov/blob/master/CHANGELOG.md) - [Commits](simplecov-ruby/simplecov@v0.17.1...v0.18.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview
bot
force-pushed
the
dependabot/bundler/simplecov-eq-0.18.5
branch
from
August 13, 2020 13:12
9145215
to
860552f
Compare
Superseded by #2110. |
dependabot-preview
bot
deleted the
dependabot/bundler/simplecov-eq-0.18.5
branch
August 17, 2020 06:42
koic
added a commit
to koic/faker
that referenced
this pull request
Mar 1, 2021
Closes faker-ruby#2043. This PR fixes the following build error when using cc-test-reporter with SimpleCov 0.18. ```console Run export GIT_BRANCH="${GITHUB_REF/refs\/heads\//}" Error: json: cannot unmarshal object into Go struct field input.coverage of type []formatters.NullInt Usage: cc-test-reporter after-build [flags] (snip) Global Flags: -d, --debug run in debug mode ##[error]Process completed with exit code 255. ``` https://github.com/faker-ruby/faker/pull/2043/checks?check_run_id=750522010 This patch is a workaround until the following issue will be resolved. codeclimate/test-reporter#418
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Updates the requirements on simplecov to permit the latest version.
Release notes
Sourced from simplecov's releases.
Changelog
Sourced from simplecov's changelog.
Commits
12ddf6a
Prep 0.18.5 release06225b5
Only run our minitest plugin code if SimpleCov is indeed defineddfada04
make changelog message less... recommended ;)5652750
Remove lots of unneeded rails files/stuffac5f6ee
give github actions sqlite3 for hopefully a good installa459bcb
prep 0.18.4 released12076c
add not about our rails projects8257bd6
fix JRuby on Rails871bbb5
Skip Rails 6 with ruby < 2.5 and give bundler more timee408619
Always define SimpleCov.external_at_exitDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labels
will set the current labels as the default for future PRs for this repo and language@dependabot use these reviewers
will set the current reviewers as the default for future PRs for this repo and language@dependabot use these assignees
will set the current assignees as the default for future PRs for this repo and language@dependabot use this milestone
will set the current milestone as the default for future PRs for this repo and language@dependabot badge me
will comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: