-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Don't mirror 'Story' namespace #1919
Conversation
918fae7
to
d2768ef
Compare
@VadimKovalenkoSNF I have the feeling the failing test has nothing to do with this PR. Do you confirm? |
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1919 +/- ##
=======================================
Coverage 74.73% 74.74%
=======================================
Files 33 33
Lines 2810 2811 +1
Branches 626 626
=======================================
+ Hits 2100 2101 +1
Misses 613 613
Partials 97 97
☔ View full report in Codecov by Sentry. |
@VadimKovalenkoSNF seems to work now !?! |
@kelson42 Yes, but I suspect that something is wrong with the pipeline. I got similar test issues that appeared today in other PRs. |
I made a few changes and added tests for the blacklisted namespace. |
Introduces the concept of namespace blacklist for this.
Fixes #1853