adazzle / react-data-grid

Feature-rich and customizable data grid React component
https://adazzle.github.io/react-data-grid/
Other
7.01k stars 2.18k forks source link

ci: disable Jekyll processing #3603

Closed nstepien closed 2 months ago

nstepien commented 2 months ago

gh pages is currently not serving files/directories starting with an underscore, adding a .nojekyll file fixes that. For reference: https://github.blog/news-insights/bypassing-jekyll-on-github-pages/

Broken file: https://github.com/adazzle/react-data-grid/blob/gh-pages/assets/_commonjsHelpers-BosuxZz1.js https://adazzle.github.io/react-data-grid/assets/_commonjsHelpers-BosuxZz1.js

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 91.71%. Comparing base (e2f54fc) to head (9b5fceb). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #3603 +/- ## ========================================== + Coverage 89.50% 91.71% +2.20% ========================================== Files 48 48 Lines 3440 3440 Branches 658 681 +23 ========================================== + Hits 3079 3155 +76 + Misses 361 285 -76 ``` [see 13 files with indirect coverage changes](https://app.codecov.io/gh/adazzle/react-data-grid/pull/3603/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=adazzle)