Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Fix/status type #158

Merged
merged 13 commits into from
Sep 17, 2020
Merged

Fix/status type #158

merged 13 commits into from
Sep 17, 2020

Conversation

Andreadinenno
Copy link
Contributor

All Submissions:

  • Have you followed the guidelines in our Contributing document?
  • Have you checked to ensure there aren't other open Pull Requests for the same update/change?
  • Does your submission pass tests?
  • Have you lint your code locally prior to submission?

@codecov
Copy link

codecov bot commented Sep 17, 2020

Codecov Report

Merging #158 into develop will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #158      +/-   ##
===========================================
+ Coverage    97.51%   97.53%   +0.02%     
===========================================
  Files            2        2              
  Lines          201      203       +2     
  Branches        34       34              
===========================================
+ Hits           196      198       +2     
  Misses           5        5              
Flag Coverage Δ
#unittests 97.53% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
contracts/AssetToken.sol 97.05% <100.00%> (+0.03%) ⬆️

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 ca54a3e...8f7b846. Read the comment docs.

Copy link
Contributor

@Shirikatsu Shirikatsu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NOICE

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

Successfully merging this pull request may close these issues.

Tighter type for status argument in AssetToken.sol
2 participants