Skip to content

Commit

Permalink
Update scripts/dev/check_non_utf8.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec authored Jul 20, 2023
1 parent c59dac8 commit c4bf723
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/dev/check_non_utf8.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
import io # For Python 2 compat
import sys

# note I am skipping docs for right now; I want to do those files
DIRS_TO_SKIP = [
'.git', 'build', 'builds', 'cmake-build-debug',
'cmake-build-release', 'design', 'release',
Expand Down

5 comments on commit c4bf723

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unicode (jmarrec) - Win64-Windows-10-VisualStudio-16: OK (2668 of 2668 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unicode (jmarrec) - x86_64-Linux-Ubuntu-22.04-gcc-11.3: OK (3482 of 3482 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unicode (jmarrec) - x86_64-MacOS-10.17-clang-13.0.0: OK (3441 of 3441 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unicode (jmarrec) - x86_64-Linux-Ubuntu-22.04-gcc-11.3-IntegrationCoverage-Debug: OK (776 of 776 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unicode (jmarrec) - x86_64-Linux-Ubuntu-22.04-gcc-11.3-UnitTestsCoverage-Debug: OK (1895 of 1895 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

Please sign in to comment.