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 solidity-coverage to ^0.8.0 #14

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 19, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
solidity-coverage ^0.5.4 -> ^0.8.0 age adoption passing confidence

Release Notes

sc-forks/solidity-coverage (solidity-coverage)

v0.8.13

Compare Source

🐛 Bug Fixes

This release fixes a bug that caused the plugin to error when used with hardhat-viem in combination with a forked network.

What's Changed

New Contributors

Full Changelog: sc-forks/solidity-coverage@v0.8.12...v0.8.13

v0.8.12

Compare Source

What's Changed

  • Adds "work-around" support for the hardhat-viem plugin. If you're using viem, run the coverage task with:
    SOLIDITY_COVERAGE=true npx hardhat coverage
  • Adds support for solc v0.4.x
  • Fixes a bug where plugin crashed if the contract sources directory name contained a period.
  • Fixes a bug where instrumentation failed if there was whitespace between require statement and the terminating semi-colon
PRs

Full Changelog: sc-forks/solidity-coverage@v0.8.11...v0.8.12

v0.8.11

Compare Source

===================

v0.8.10

Compare Source

===================

v0.8.9

Compare Source

==================

v0.8.8

Compare Source

==================

v0.8.7

Compare Source

==================

v0.8.6

Compare Source

==================

v0.8.5

Compare Source

==================

v0.8.4

Compare Source

==================

v0.8.3

Compare Source

==================

v0.8.2: 0.8.2

Compare Source

What's Changed

New Contributors

Full Changelog: sc-forks/solidity-coverage@v0.8.1...v0.8.2

v0.8.1

Compare Source

===================

v0.8.0

Compare Source

==================

v0.7.22

Compare Source

v0.7.21

Compare Source

===================

v0.7.20

Compare Source

===================

v0.7.19

Compare Source

===================

v0.7.18

Compare Source

=================

v0.7.17

Compare Source

v0.7.16

Compare Source

===================

v0.7.15

Compare Source

===================

v0.7.14

Compare Source

===================

v0.7.13

Compare Source

===================

  • Use default artifact paths for hardhat >= 2.0.4 (Fixes hardhat-deploy bug)

v0.7.12

Compare Source

===================

v0.7.11

Compare Source

========================

  • Upgrade Web3 to ^1.3.0, ganache-cli to 6.11.0
  • Make statement and function coverage measurement optional

v0.7.10

Compare Source

==================

  • Bump parser to 0.7.0 (Solidity 0.7.0)

v0.7.9

Compare Source

==================

  • Fix --testfiles glob handling (Buidler)

v0.7.8

Compare Source

==================

  • Track statements in try/catch blocks correctly

v0.7.7

Compare Source

==================

  • Recommend using --network in buidler docs
  • Fix html report function highlighting
  • Stop instrumenting receive() for statements / fns (to save gas)
  • Lazy load ganache in buidler plugin (fix for buidler source-maps)
  • Unset useLiteralContent in buidler compilation settings
  • Support multi-contract files w/ inheritance for solc 0.6.x

v0.7.5

Compare Source

==================

  • Auto disable buidler-gas-reporter (fixes hang when both plugins are present)
  • Upgrade @​solidity-parser/parser to ^0.6.0 (for solc 0.6.5 parsing)

v0.7.4

Compare Source

==================

v0.7.3

Compare Source

==================

v0.7.2

Compare Source

===================

v0.7.1

Compare Source

===================

v0.7.0

Compare Source

==================

  • New architecture / Truffle plugin (See PR #​372 for details)
  • Expose solidity-coverage/api (See PR #​421 for details)
  • Add Buidler plugin (See PR #​421 for details)

v0.6.7

Compare Source

v0.6.5

Compare Source

=========================

  • Ugrapde testrpc-sc to 6.5.1-sc.1 (using eth-sig-util 2.3.0)
  • Pin solidity-parser-antlr to 0.4.7

v0.6.4

Compare Source

==================

  • Upgrade testrpc-sc to track ganache-cli 6.5.1

v0.6.3

Compare Source

==================

  • Fix parsing bug for soldity type keyword (upgrade solidity-parser-antlr to ^0.4.7)

v0.6.2

Compare Source

==================

  • Fix coverage for solidity send and transfer (upgrade testrpc-sc to 6.4.5-sc.3)

v0.6.1

Compare Source

==================

  • Fix bug preprocessing unbracketed if else statements

v0.6.0

Compare Source

==================

  • Add E2E vs Zeppelin and Colony in CI
  • Add misc regression tests
  • Rebase testrpc-sc on ganache-cli 6.4.5, using --allowUnlimitedContractSize and --emitFreeLogs by default.
  • Make pre-processor (and instrumentation step) much much faster
  • Transition to using solidity-parser-antlr (@​area)

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/solidity-coverage-0.x branch from 3cf0554 to ff44ea7 Compare May 7, 2021 15:31
@renovate renovate bot changed the title Update dependency solidity-coverage to v0.7.16 Update dependency solidity-coverage to ^0.7.0 May 7, 2021
@renovate renovate bot force-pushed the renovate/solidity-coverage-0.x branch from ff44ea7 to f61d272 Compare May 14, 2021 09:51
@renovate renovate bot changed the title Update dependency solidity-coverage to ^0.7.0 Update dependency solidity-coverage to v0.7.16 May 14, 2021
@renovate renovate bot force-pushed the renovate/solidity-coverage-0.x branch from f61d272 to dba6e5f Compare October 18, 2021 20:50
@renovate renovate bot changed the title Update dependency solidity-coverage to v0.7.16 Update dependency solidity-coverage to v0.7.17 Oct 18, 2021
@renovate renovate bot force-pushed the renovate/solidity-coverage-0.x branch from dba6e5f to 9bdadb2 Compare February 2, 2022 07:11
@renovate renovate bot changed the title Update dependency solidity-coverage to v0.7.17 Update dependency solidity-coverage to v0.7.18 Feb 2, 2022
@renovate renovate bot force-pushed the renovate/solidity-coverage-0.x branch from 9bdadb2 to 694c10e Compare March 7, 2022 12:08
@renovate renovate bot changed the title Update dependency solidity-coverage to v0.7.18 Update dependency solidity-coverage to v0.7.20 Mar 7, 2022
@renovate renovate bot force-pushed the renovate/solidity-coverage-0.x branch from 694c10e to a3bb3b8 Compare April 25, 2022 00:27
@renovate renovate bot changed the title Update dependency solidity-coverage to v0.7.20 Update dependency solidity-coverage to v0.7.21 Apr 25, 2022
@renovate renovate bot force-pushed the renovate/solidity-coverage-0.x branch from a3bb3b8 to 09a21c5 Compare September 25, 2022 12:24
@renovate renovate bot changed the title Update dependency solidity-coverage to v0.7.21 Update dependency solidity-coverage to v0.8.2 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/solidity-coverage-0.x branch from 09a21c5 to bb9dc4d Compare March 18, 2023 20:34
@renovate renovate bot changed the title Update dependency solidity-coverage to v0.8.2 Update dependency solidity-coverage to ^0.8.0 Mar 18, 2023
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.

0 participants