Mercurial > p > roundup > code
annotate .codecov.yml @ 7322:485cecfba982
Simplify TOC; older docs pushed a level down; Consolidate debugging
Restructured docs.txt. Pulled out older documents into Old Docs.
I wish I could add whitespace between documents in the toc. Current
order split into groupings:
Roundup Features
Roundup Features
Installing Roundup
Upgrading to newer versions of Roundup
Reporting Security Issues with Roundup
Roundup FAQ
User Guide
Customising Roundup
REST API for Roundup
XML-RPC access to Roundup
Roundup Reference
Roundup Glossary
Administration Guide
License
Acknowledgements
Other Docs
debugging.txt removed. Its contents replaced a reference in
developer.txt.
Added olderdocs for:
docs/upgrading-history
docs/tracker_templates
Design Overview <docs/overview>
Design (original) <docs/design>
docs/developers
Notes about the MySQL Database backend <docs/mysql>
Notes about the PostgreSQL Database backend <docs/postgresql>
Richard Jones implementation notes <docs/implementation>
docs/security-history
to keep them out of the docs.txt sidebar.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 11 May 2023 13:50:57 -0400 |
| parents | a8741a95645a |
| children |
| 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 |
|
7015
a8741a95645a
Backed out changeset f786abac77d5
John Rouillard <rouilj@ieee.org>
parents:
7014
diff
changeset
|
12 - "roundup/install_util.py" # another build utlity |
|
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
|
13 - "roundup/dist" # more build utils |
|
6362
5f0463897afc
Add roundup/test to list of files to ignore for code coverage.
John Rouillard <rouilj@ieee.org>
parents:
5694
diff
changeset
|
14 - "roundup/test" # code used for testing |
