Skip to content

Commit

Permalink
Update ignored coverage files
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Jun 10, 2024
1 parent c25e340 commit e55ffc5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
relative_files = True
omit =
*bitcoinlib/tools/*
*tools/*
*dashd.py
*bitcoind.py
*dogecoind.py
Expand Down
7 changes: 7 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# When built on Travis, Coveralls can detect the associated repo automatically.
# If you're running locally, you must have a .coveralls.yml file with your repo_token in it;
# or, you must provide a COVERALLS_REPO_TOKEN environment-variable on the command-line.

# The secret repo token for your repository, found at the bottom of your repository's page on Coveralls.
# DON'T ADD THIS TO PUBLIC REPO. Should be kept SECRET - anyone could use it to submit coverage data on your repo's behalf.
repo_token: M72blWjnMP2sDHNRx3MocfY3vtdDpZ6Wj
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ relative_files = true
debug = true
omit = [
"*bitcoinlib/tools/*",
"*tools/*",
"*dashd.py",
"*bitcoind.py",
"*dogecoind.py",
Expand Down Expand Up @@ -53,6 +54,7 @@ exclude_also = [
]
omit = [
"*bitcoinlib/tools/*",
"*tools/*",
"*dashd.py",
"*bitcoind.py",
"*dogecoind.py",
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ console_scripts =
relative_files = True
omit =
*bitcoinlib/tools/*
*/tools/*
*dashd.py
*bitcoind.py
*dogecoind.py
Expand Down

0 comments on commit e55ffc5

Please sign in to comment.