Skip to content

Add .gitattributes #294

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

Merged
merged 2 commits into from
Jan 15, 2019
Merged

Add .gitattributes #294

merged 2 commits into from
Jan 15, 2019

Conversation

sharwell
Copy link
Contributor

  • Add initial .gitattributes
  • Renormalize source files with git add --all --renormalize

This change helps prevent unexpectedly large diffs such as the changes seen in the solution file in #286. Per-developer Git settings will no longer override the repository configuration when adding files.

@codecov
Copy link

codecov bot commented Jan 15, 2019

Codecov Report

Merging #294 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #294   +/-   ##
=======================================
  Coverage   88.85%   88.85%           
=======================================
  Files          16       16           
  Lines        1875     1875           
=======================================
  Hits         1666     1666           
  Misses        209      209
Impacted Files Coverage Δ
src/coverlet.core/Symbols/CecilSymbolHelper.cs 99.53% <0%> (ø) ⬆️

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 d4c51c3...7aa5359. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Jan 15, 2019

Codecov Report

Merging #294 into master will not change coverage.
The diff coverage is 0%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #294   +/-   ##
=======================================
  Coverage   88.85%   88.85%           
=======================================
  Files          16       16           
  Lines        1875     1875           
=======================================
  Hits         1666     1666           
  Misses        209      209
Impacted Files Coverage Δ
src/coverlet.core/Symbols/CecilSymbolHelper.cs 99.53% <0%> (ø) ⬆️

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 d4c51c3...7aa5359. Read the comment docs.

Copy link
Collaborator

@tonerdo tonerdo left a comment

Choose a reason for hiding this comment

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

Thank you!!!

@tonerdo tonerdo merged commit af24f7a into coverlet-coverage:master Jan 15, 2019
@sharwell sharwell deleted the normalize branch January 15, 2019 15:45
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.

2 participants