Skip to content

Commit

Permalink
Try to add omit settings to unittest.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryp Toon committed Jun 10, 2024
1 parent e55ffc5 commit 846bbea
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
7 changes: 0 additions & 7 deletions .coveralls.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/unittests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Test with coverage
env:
BCL_CONFIG_FILE: ${{ github.workspace }}/tests/config.ini.unittest
run: coverage run --source=bitcoinlib -m unittest -v
run: coverage run --source=bitcoinlib -m unittest -v --omit="*/tools/*"

- name: Coveralls Parallel
uses: coverallsapp/github-action@v2
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ nosetests.xml
coverage.xml
*,cover
.hypothesis/
.coveralls.yml

# Translations
*.mo
Expand Down Expand Up @@ -71,4 +72,4 @@ bitcoinlib.iml
venv/

# Visual studio
.vs
.vs

0 comments on commit 846bbea

Please sign in to comment.