annotate .codecov.yml @ 6301:45ba6b71f1cf

actions.py translation. Using mapping rather than tuple for args. Format an error message in handleCollision using named tokens '%(props)s' rather than printf positional format specifier %s. Regenerate roundup.pot and update all .po files to use named tokens in their trnslations. Test handleCollision as well.
author John Rouillard <rouilj@ieee.org>
date Sun, 20 Dec 2020 23:17:17 -0500
parents c3ffa1ef6b7f
children 5f0463897afc
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5693
41451bfae756 See if we can ignore some items in codecov that we don't care about
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
1 # - "path/to/folder" # ignore folders and all its contents
41451bfae756 See if we can ignore some items in codecov that we don't care about
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
2 # - "test_*.rb" # wildcards accepted
41451bfae756 See if we can ignore some items in codecov that we don't care about
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
3 # - "**/*.py" # glob accepted
41451bfae756 See if we can ignore some items in codecov that we don't care about
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
4 # - "[a-z]+/test_.*" # regexp accepted
41451bfae756 See if we can ignore some items in codecov that we don't care about
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
5
41451bfae756 See if we can ignore some items in codecov that we don't care about
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
6 # ignore files that are build utils and not executed
41451bfae756 See if we can ignore some items in codecov that we don't care about
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
7 # code, or are deprecated.
41451bfae756 See if we can ignore some items in codecov that we don't care about
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
8 ignore:
41451bfae756 See if we can ignore some items in codecov that we don't care about
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
9 - "roundup/cgi/TAL/talgettext.py" # utility command
5694
c3ffa1ef6b7f Exclude cgi/TAL/DummyEngine.py as it looks like a test harness.
John Rouillard <rouilj@ieee.org>
parents: 5693
diff changeset
10 - "roundup/cgi/TAL/DummyEngine.py" # test harness
5693
41451bfae756 See if we can ignore some items in codecov that we don't care about
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
11 - "roundup/cgi/apache.py" # mod_python is deprecated
41451bfae756 See if we can ignore some items in codecov that we don't care about
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
12 - "roundup/install_util.py" # another build utlity
41451bfae756 See if we can ignore some items in codecov that we don't care about
John Rouillard <rouilj@ieee.org>
parents:
diff changeset
13 - "roundup/dist" # more build utils

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