-
Notifications
You must be signed in to change notification settings - Fork 11
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
consider as uri if it is not a resource #20
Conversation
|
linking to Islandora/Crayfish#52 |
Codecov Report
@@ Coverage Diff @@
## master #20 +/- ##
============================================
- Coverage 78.91% 78.67% -0.24%
- Complexity 109 110 +1
============================================
Files 8 8
Lines 332 333 +1
============================================
Hits 262 262
- Misses 70 71 +1
Continue to review full report at Codecov.
|
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.
Shouldn't hurt anything to pull this in now. Let's do it 👍
Codecov forced me to use admin privileges to merge that because coverage dropped by a tiny percentage. I should go through our repos and disable that so it's not a 'required' status check and instead just a tool of guilt. |
Eww... so I don't know if I can do that... It's either required or not a status check at all. I wonder if it will still run when not a status check? Only one way to find out. |
It won't run, we should keep it as required and figure out why coverage dropped and add tests so it doesn't. |
Actually we have no tests for the |
GitHub Issue: (link)
Islandora/documentation#943
What does this Pull Request do?
This PR will tell Crayfish-Commons to not to load $data into the pipe if it is not a resource. It is assumed that a resource url will be passed in. Specifically to address the above 943 ffmpeg issue.
How should this be tested?
This needs to be tested other related PRs. Which I will post shortly here.
Interested parties
Tag (@ mention) interested parties or, if unsure, @Islandora-CLAW/committers