Skip to content
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 dependency coveralls to v3.1.1 - abandoned #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 5, 2019

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
coveralls 3.0.3 -> 3.1.1 age adoption passing confidence

Release Notes

nickmerwin/node-coveralls

v3.1.1: Maintenance / Security updates

Compare Source

  • swapped exec for execFile. Credit: Adar Zandberg from the CxSCA AppSec team at Checkmarx.
  • updated devDependencies
  • merged Dependabot PRs

v3.1.0: Improved CircleCI / Travis parallelism support

Compare Source


This is a minor release due to the change in behavior for CircleCI, which now uses the Workflow ID to merge parallel coverage jobs:

    options.service_number = process.env.CIRCLE_WORKFLOW_ID;
    options.service_job_number = process.env.CIRCLE_BUILD_NUM;

v3.0.14: Maintenance

Compare Source

v3.0.13: Maintenance release

Compare Source

v3.0.12

Compare Source

v3.0.11: COVERALLS_SERVICE_NUMBER environment variable support

Compare Source

Improved:

  • If COVERALLS_SERVICE_NUMBER is set, set service_number from it. (@​midgleyc)

v3.0.10: CodeFresh support, Maintenance

Compare Source

Added:

Improved:

Updated:

v3.0.9: Maintenance, dependency refinement

Compare Source

  • removed Istanbul, mocha dependencies
  • reverted cobertura-parse support (package dependency archived)
  • removed snyk (automated security updates from GitHub via Dependabot enabled)
  • improved Windows support

v3.0.8: Feature / maintenance updates

Compare Source

Added:

Fixed:

Improved

v3.0.7

Compare Source

v3.0.6

Compare Source

v3.0.5

Compare Source

v3.0.4: Dependency Security Updates

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@codecov-io
Copy link

codecov-io commented Jun 5, 2019

Codecov Report

Merging #26 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   93.67%   93.67%           
=======================================
  Files         212      212           
  Lines        1106     1106           
  Branches      179      202   +23     
=======================================
  Hits         1036     1036           
+ Misses         63       62    -1     
- Partials        7        8    +1     
Impacted Files Coverage Δ
src/round.ts 60.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fcbd601...8e84278. Read the comment docs.

@renovate renovate bot force-pushed the renovate/coveralls-3.x branch from bad21a9 to 9358f92 Compare July 13, 2019 08:00
@renovate renovate bot changed the title Update dependency coveralls to v3.0.4 Update dependency coveralls to v3.0.5 Jul 13, 2019
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch from 9358f92 to 7a86769 Compare August 10, 2019 06:00
@renovate renovate bot changed the title Update dependency coveralls to v3.0.5 Update dependency coveralls to v3.0.6 Aug 10, 2019
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch from 7a86769 to 4982d74 Compare November 12, 2019 04:59
@renovate renovate bot changed the title Update dependency coveralls to v3.0.6 Update dependency coveralls to v3.0.7 Nov 12, 2019
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch from 4982d74 to 123012f Compare November 21, 2019 10:56
@renovate renovate bot changed the title Update dependency coveralls to v3.0.7 Update dependency coveralls to v3.0.8 Nov 21, 2019
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch from 123012f to 59c5e34 Compare December 14, 2019 19:49
@renovate renovate bot changed the title Update dependency coveralls to v3.0.8 Update dependency coveralls to v3.0.9 Dec 14, 2019
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch from 59c5e34 to 8e84278 Compare April 26, 2020 13:58
@renovate renovate bot changed the title Update dependency coveralls to v3.0.9 Update dependency coveralls to v3.1.0 Apr 26, 2020
@renovate renovate bot changed the title Update dependency coveralls to v3.1.0 Update dependency coveralls to v3.1.1 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/coveralls-3.x branch from 8e84278 to 565973b Compare October 18, 2021 15:38
@codecov-commenter
Copy link

Codecov Report

Merging #26 (8e84278) into master (fcbd601) will not change coverage.
The diff coverage is n/a.

❗ Current head 8e84278 differs from pull request most recent head 565973b. Consider uploading reports for the commit 565973b to get more accurate results
Impacted file tree graph

@@           Coverage Diff           @@
##           master      #26   +/-   ##
=======================================
  Coverage   93.67%   93.67%           
=======================================
  Files         212      212           
  Lines        1106     1106           
  Branches      179      202   +23     
=======================================
  Hits         1036     1036           
+ Misses         63       62    -1     
- Partials        7        8    +1     
Impacted Files Coverage Δ
src/round.ts 60.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fcbd601...565973b. Read the comment docs.

@renovate
Copy link
Author

renovate bot commented Mar 24, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@renovate renovate bot changed the title Update dependency coveralls to v3.1.1 Update dependency coveralls to v3.1.1 - abandoned Dec 8, 2024
Copy link
Author

renovate bot commented Dec 8, 2024

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants