georgetown-cset / parat

🦜 PARAT: CSET's Private-sector AI-Related Activity Tracker
https://parat.cset.tech
Other
4 stars 0 forks source link

Fix incorrect slugification of company names #397

Closed brianlove closed 3 weeks ago

brianlove commented 1 month ago

Ignore slashes and periods when slugifying company names.

Closes #365

github-actions[bot] commented 1 month ago

No need for rebasing :+1: behind_count is 0 ahead_count is 2

github-actions[bot] commented 1 month ago

☂️ Python Coverage

current status: ✅

Overall Coverage

Lines Covered Coverage Threshold Status
594 423 71% 0% 🟢

New Files

No new covered files...

Modified Files

No covered modified files...

updated for commit: b0305e9 by action🐍

github-actions[bot] commented 1 month ago

JavaScript Coverage

Summary

Lines Statements Branches Functions
Coverage: 67%
67.67% (404/597) 55.18% (213/386) 68.27% (127/186)
Modified Files • (67%)
File% Stmts% Branch% Funcs% LinesUncovered Line #s
All files67.6755.1868.2767.43 
util83.5152.7284.3786.58 
   index.js83.3355.557092.8547
brianlove commented 4 weeks ago

@jmelot Found and fixed the issue - Gatsby used a different slugification process, so there wasn't agreement between the pages that were actually generated and the links that were generated.