Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

chore: Replace fmt.Errorf to errors.Errorf #283

Merged
merged 1 commit into from Nov 18, 2020

Conversation

developerfred
Copy link
Contributor

@coveralls
Copy link

Pull Request Test Coverage Report for Build 370818079

  • 3 of 107 (2.8%) changed or added relevant lines in 21 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.05%) to 36.643%

Changes Missing Coverage Covered Lines Changed/Added Lines %
pkg/ops/miningManager.go 0 1 0.0%
pkg/pow/miningSetup.go 0 1 0.0%
pkg/rest/server.go 0 1 0.0%
pkg/rpc/contractRPC.go 0 1 0.0%
pkg/tracker/retryFetcher.go 1 2 50.0%
pkg/tracker/valueGenerators.go 0 1 0.0%
pkg/util/logger.go 0 1 0.0%
pkg/db/localDataProxy.go 0 2 0.0%
pkg/pow/pool.go 0 2 0.0%
pkg/tracker/runner.go 0 2 0.0%
Totals Coverage Status
Change from base Build 370303183: 0.05%
Covered Lines: 1598
Relevant Lines: 4361

💛 - Coveralls

@themandalore themandalore merged commit 68939ca into tellor-io:master Nov 18, 2020
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.

Replace all fmt.Errorf with errors.Wrap and errors.Errorf
3 participants