view .codecov.yml @ 7432:e3b35dcf0dcb

Shorten/simplify doc TOC by removing redundant Roundup in titles. We already have a Roundup label at the top of the page. Remove the word Roundup from each item. Roundup Features -> Features etc. The titles for the pages keep the word Roundup since it will show up on the tab/browser window title etc.
author John Rouillard <rouilj@ieee.org>
date Mon, 29 May 2023 19:53:06 -0400
parents a8741a95645a
children
line wrap: on
line source

#  - "path/to/folder"  # ignore folders and all its contents
#  - "test_*.rb"       # wildcards accepted
#  - "**/*.py"         # glob accepted
#  - "[a-z]+/test_.*"  # regexp accepted

# ignore files that are build utils and not executed
# code, or are deprecated.
ignore:
   - "roundup/cgi/TAL/talgettext.py" # utility command
   - "roundup/cgi/TAL/DummyEngine.py" # test harness
   - "roundup/cgi/apache.py"  # mod_python is deprecated
   - "roundup/install_util.py" # another build utlity
   - "roundup/dist"           # more build utils
   - "roundup/test"           # code used for testing

Roundup Issue Tracker: http://roundup-tracker.org/