Skip to content

Commit

Permalink
try ignore tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dodu94 committed Aug 8, 2024
1 parent fb285e2 commit b211844
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
set -o pipefail
source /usr/local/Modules/init/sh
pytest --cov=. --cov-report html -cov-config=jade.coveragerc --cov-report xml
pytest --cov=. -cov-config=jade.coveragerc --cov-report xml
env:
ACCESS_TOKEN_GITHUB: ${{ secrets.ACCESS_TOKEN_GITHUB }}

Expand Down
3 changes: 3 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# sample regex patterns
ignore:
- "tests" # ignore folders and all its contents

0 comments on commit b211844

Please sign in to comment.