Skip to content

Strip namespaces when unit tests log to the Output Window #1706

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 1 commit into from
Mar 28, 2025

Conversation

bkoelman
Copy link
Member

Before:

INFO [DapperExample.Repositories.DapperRepository] Executing SQL:

After:

INFO [DapperRepository] Executing SQL:

QUALITY CHECKLIST

  • Changes implemented in code
  • Complies with our contributing guidelines
  • N/A: Adapted tests
  • N/A: Documentation updated

@bkoelman bkoelman force-pushed the xunit-strip-namespaces branch from 9df86a0 to 1bc31f1 Compare March 28, 2025 23:21
Copy link

codecov bot commented Mar 28, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.64%. Comparing base (424b95d) to head (1bc31f1).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1706   +/-   ##
=======================================
  Coverage   90.64%   90.64%           
=======================================
  Files         355      355           
  Lines       11566    11566           
  Branches     1908     1908           
=======================================
  Hits        10484    10484           
  Misses        706      706           
  Partials      376      376           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@bkoelman bkoelman marked this pull request as ready for review March 28, 2025 23:33
@bkoelman bkoelman merged commit cca3908 into master Mar 28, 2025
16 checks passed
@bkoelman bkoelman deleted the xunit-strip-namespaces branch March 28, 2025 23:39
bkoelman added a commit that referenced this pull request Mar 29, 2025
* Remove left-overs from SDK workaround (#1699)

* Update http links to https

* Strip namespaces when unit tests log to the Output Window (#1706)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant