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

feature: ability to display source file path and line number with def… #345

Merged
merged 3 commits into from
Dec 20, 2024

Conversation

EriKWDev
Copy link
Contributor

@EriKWDev EriKWDev commented Dec 17, 2024

Fixes #344
Closes #232

src/fmt/mod.rs Fixed Show resolved Hide resolved
src/fmt/mod.rs Fixed Show resolved Hide resolved
src/fmt/mod.rs Fixed Show resolved Hide resolved
src/fmt/mod.rs Fixed Show resolved Hide resolved
@coveralls
Copy link

coveralls commented Dec 17, 2024

Pull Request Test Coverage Report for Build 12433210803

Details

  • 8 of 18 (44.44%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.03%) to 43.643%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/fmt/mod.rs 8 12 66.67%
src/logger.rs 0 6 0.0%
Totals Coverage Status
Change from base Build 12123945983: 0.03%
Covered Lines: 254
Relevant Lines: 582

💛 - Coveralls

@EriKWDev
Copy link
Contributor Author

EriKWDev commented Dec 17, 2024

welp #232

@epage epage merged commit 7742599 into rust-cli:main Dec 20, 2024
14 of 15 checks passed
@epage
Copy link
Contributor

epage commented Dec 20, 2024

Thanks!

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.

Support for filename and line number
3 participants