-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: url encode branch name in test results comment link to dash #692
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #692 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 433 433
Lines 36752 36752
=======================================
Hits 36051 36051
Misses 701 701
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #692 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 433 433
Lines 36752 36752
=======================================
Hits 36051 36051
Misses 701 701
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #692 +/- ##
=======================================
Coverage 98.09% 98.09%
=======================================
Files 433 433
Lines 36752 36752
=======================================
Hits 36051 36051
Misses 701 701
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #692 +/- ##
=======================================
Coverage 98.13% 98.13%
=======================================
Files 475 475
Lines 38107 38107
=======================================
Hits 37396 37396
Misses 711 711
Flags with carried forward coverage won't be shown. Click here to find out more.
This change has been scanned for critical changes. Learn more |
services/tests/test_test_results.py
Outdated
tn = TestResultsNotifier(commit, None, None, None, payload) | ||
print(commit.branch) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
delete
No description provided.