• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

AAEmu / AAEmu / 29568831684
5%

Build:
DEFAULT BRANCH: develop
Ran 17 Jul 2026 09:09AM UTC
Jobs 1
Files 2094
Run time 4min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

17 Jul 2026 09:07AM UTC coverage: 4.751%. Remained the same
29568831684

push

github

web-flow
style(editorconfig): use LF line endings for C# files (#1460)

Align .editorconfig with .gitattributes, which already pins
"*.cs text eol=lf": every .cs file in the Git index is stored with
LF line endings, and Git checks them out as LF.

Previously the two configs contradicted each other: .editorconfig
required CRLF, so on every save editors rewrote files as CRLF, and
Git then silently normalized them back to LF on staging. This caused
a pointless back-and-forth conversion on each edit/commit cycle.

LF is chosen as the single convention because:
- the repository is already 100% LF in the index, so no history
  renormalization is needed;
- the project is built and run in Linux-based Docker containers,
  where LF is native;
- modern .NET tooling (VS 2022, Rider, dotnet format) handles LF
  files on Windows without issues.

No code changes are involved. Working-tree files that still have
CRLF are considered clean by Git and will converge to LF as they
are edited and saved.

3292 of 69285 relevant lines covered (4.75%)

0.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29568831684.1 17 Jul 2026 09:09AM UTC 2094
4.75
GitHub Action Run
Source Files on build 29568831684
  • Tree
  • List 2094
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29568831684
  • f43232e0 on github
  • Prev Build on develop (#29474464191)
  • Next Build on develop (#29654591632)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc