Skip to content

Commit

Permalink
interrogate ignore examples and tests directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioCarta authored Feb 12, 2024
1 parent b50ca8e commit 6345d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docstring-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Install and use interrogate
run: |
pip install interrogate &&
interrogate avalanche -vv --generate-badge interrogate-badge.svg -o documentation-coverage.txt
interrogate avalanche -vv --generate-badge interrogate-badge.svg -o documentation-coverage.txt -e examples -e tests -e profiling
- name: clone reports repository
if: github.event_name == 'push' && github.repository == 'ContinualAI/avalanche'
uses: actions/checkout@v2
Expand Down

0 comments on commit 6345d89

Please sign in to comment.