Skip to content
This repository has been archived by the owner on Mar 6, 2020. It is now read-only.

Remove filepath.Rel code from gc helper. #693

Merged
merged 1 commit into from
Feb 22, 2017
Merged

Conversation

davecheney
Copy link
Contributor

GoFiles in gb come in two kinds.

  1. relative to pkg.Dir
  2. absolute

In this case the work to absify then relify the path is a noop, which is
further proven by removing it.

GoFiles in gb come in two kinds.

1. relative to pkg.Dir
2. absolute

In this case the work to absify then relify the path is a noop, which is
further proven by removing it.
@davecheney davecheney merged commit d4ba64b into master Feb 22, 2017
@codecov-io
Copy link

Codecov Report

Merging #693 into master will decrease coverage by -0.08%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #693      +/-   ##
==========================================
- Coverage   53.39%   53.32%   -0.08%     
==========================================
  Files          40       40              
  Lines        3045     3036       -9     
==========================================
- Hits         1626     1619       -7     
+ Misses       1242     1241       -1     
+ Partials      177      176       -1
Impacted Files Coverage Δ
build.go 80.13% <ø> (+0.13%)

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 d94d4f1...d21a06d. Read the comment docs.

@davecheney davecheney deleted the remove-filepath-abs branch February 22, 2017 12:02
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.

2 participants