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

Remove one of the duplicate Solidity source directories #741

Merged
merged 2 commits into from
Mar 14, 2019

Conversation

pirapira
Copy link
Contributor

Before this PR the repo had two identical directories raiden_contracts/contracts and raiden_contracts/data/source. This PR removes raiden_contracts/contracts. In the future, each raiden_contracts/data_x.y.z/source can be compiled separately from each other.

This closes #740 .

@codecov
Copy link

codecov bot commented Mar 13, 2019

Codecov Report

Merging #741 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #741   +/-   ##
=======================================
  Coverage   81.59%   81.59%           
=======================================
  Files          18       18           
  Lines        1114     1114           
  Branches      106      106           
=======================================
  Hits          909      909           
  Misses        176      176           
  Partials       29       29
Impacted Files Coverage Δ
raiden_contracts/contract_source_manager.py 90.27% <100%> (ø) ⬆️

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 2f2a8b2...f54c550. Read the comment docs.

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.

Remove raiden_contracts/contracts and just use raiden_contracts/data/sources.
2 participants