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

Free Data Blocks #6

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Free Data Blocks #6

wants to merge 2 commits into from

Conversation

ayushr2
Copy link
Contributor

@ayushr2 ayushr2 commented Jun 12, 2019

It'd be nice to have a getter function for the number of free data blocks in the fs.

@coveralls
Copy link

coveralls commented Jun 12, 2019

Pull Request Test Coverage Report for Build 24

  • 3 of 5 (60.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.009%) to 62.087%

Changes Missing Coverage Covered Lines Changed/Added Lines %
superblock.go 3 5 60.0%
Totals Coverage Status
Change from base Build 21: -0.009%
Covered Lines: 714
Relevant Lines: 1150

💛 - Coveralls

@coveralls
Copy link

Pull Request Test Coverage Report for Build 23

  • 0 of 5 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.3%) to 61.826%

Changes Missing Coverage Covered Lines Changed/Added Lines %
superblock.go 0 5 0.0%
Totals Coverage Status
Change from base Build 21: -0.3%
Covered Lines: 711
Relevant Lines: 1150

💛 - Coveralls

1 similar comment
@coveralls
Copy link

Pull Request Test Coverage Report for Build 23

  • 0 of 5 (0.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.3%) to 61.826%

Changes Missing Coverage Covered Lines Changed/Added Lines %
superblock.go 0 5 0.0%
Totals Coverage Status
Change from base Build 21: -0.3%
Covered Lines: 711
Relevant Lines: 1150

💛 - Coveralls

dsoprea
dsoprea previously approved these changes Jun 13, 2019
@dsoprea dsoprea dismissed their stale review June 13, 2019 01:45

Do me a favor and add a unit-test for this to superblock_test.go .

@ayushr2
Copy link
Contributor Author

ayushr2 commented Jun 19, 2019

Added unit test.

@ayushr2
Copy link
Contributor Author

ayushr2 commented Jun 19, 2019

Coveralls is still complaining but that looks like a decimal error. I think the test coverage is unchanged. You can probably merge past that.

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.

None yet

3 participants