The-Academic-Observatory / oaebu-workflows

Telescopes, Workflows and Data Services for the 'Book Analytics Dashboard Project (2022-2025)', building upon the project 'Developing a Pilot Data Trust for Open Access eBook Usage (2020-2022)'
https://documentation.book-analytics.org/
Apache License 2.0
5 stars 0 forks source link

Fixed the file matching regex #154

Closed keegansmith21 closed 1 year ago

keegansmith21 commented 1 year ago

The date matching regex was being used for the file match on the server onix files. This would not match on the file as it's meant to be used as a search. I altered the regex match to just match on the entire files

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -0.01 :warning:

Comparison is base (1b0073f) 95.09% compared to head (ed4fcdd) 95.08%.

:exclamation: Current head ed4fcdd differs from pull request most recent head 9c811ca. Consider uploading reports for the commit 9c811ca to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #154 +/- ## =========================================== - Coverage 95.09% 95.08% -0.01% =========================================== Files 16 16 Lines 2405 2402 -3 Branches 317 317 =========================================== - Hits 2287 2284 -3 Misses 73 73 Partials 45 45 ``` | [Impacted Files](https://app.codecov.io/gh/The-Academic-Observatory/oaebu-workflows/pull/154?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The-Academic-Observatory) | Coverage Δ | | |---|---|---| | [oaebu\_workflows/workflows/onix\_telescope.py](https://app.codecov.io/gh/The-Academic-Observatory/oaebu-workflows/pull/154?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The-Academic-Observatory#diff-b2FlYnVfd29ya2Zsb3dzL3dvcmtmbG93cy9vbml4X3RlbGVzY29wZS5weQ==) | `95.00% <0.00%> (ø)` | | ... and [1 file with indirect coverage changes](https://app.codecov.io/gh/The-Academic-Observatory/oaebu-workflows/pull/154/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The-Academic-Observatory)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.