Closed nienna73 closed 1 year ago
Merging #1157 (3835f0d) into main (44c3a72) will decrease coverage by
0.03%
. The diff coverage is25.00%
.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
@@ Coverage Diff @@
## main #1157 +/- ##
==========================================
- Coverage 77.43% 77.41% -0.03%
==========================================
Files 156 156
Lines 5753 5755 +2
Branches 924 925 +1
==========================================
Hits 4455 4455
- Misses 1153 1155 +2
Partials 145 145
Impacted Files | Coverage Δ | |
---|---|---|
src/CreeDictionary/CreeDictionary/views.py | 60.75% <25.00%> (-0.67%) |
:arrow_down: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
What's in this PR:
Gunáhà had an issue where audio wasn't showing up for seemingly random entries. As it turns out, I was converting all macrons to circumflexes, which meant none of the words were matched to a recording and there were no recordings to display. This worked sometimes because not all words had macrons in them. I needed to convert macrons to circumflexes for mōswacīhk, so now the code does just that for mōswacīhk only.