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

Disable temp folder logic for hardhat >= 2.0.4 #581

Merged
merged 2 commits into from
Dec 3, 2020

Conversation

cgewecke
Copy link
Member

@cgewecke cgewecke commented Dec 3, 2020

#580
#573

Also adds an integration test using (fork of) wighawags [template-ethereum-contracts][1] in order to verify everything works ok w/ hardhat-deploy.

Coverage dropped because there is hardhat version dependent logic that we check in the nomiclabs integration tests which doesn't make it to the report.

@codecov-io
Copy link

codecov-io commented Dec 3, 2020

Codecov Report

Merging #581 (a2a8fc6) into master (8660166) will decrease coverage by 0.09%.
The diff coverage is 90.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #581      +/-   ##
==========================================
- Coverage   99.05%   98.96%   -0.10%     
==========================================
  Files          22       22              
  Lines         956      962       +6     
==========================================
+ Hits          947      952       +5     
- Misses          9       10       +1     
Impacted Files Coverage Δ
plugins/resources/nomiclabs.utils.js 98.64% <80.00%> (-1.36%) ⬇️
plugins/hardhat.plugin.js 97.72% <100.00%> (+0.02%) ⬆️

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 8660166...a2a8fc6. Read the comment docs.

@cgewecke cgewecke merged commit b020fc7 into master Dec 3, 2020
@cgewecke cgewecke deleted the hardhat-artifacts-folder-fix branch December 3, 2020 06:54
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.

2 participants