Skip to content

Commit

Permalink
Update coverage.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedarcy committed Dec 15, 2023
1 parent 1f46327 commit 42e3e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = examples/*
[coverage:run]
branch = True
include = bdbag/*,bdbag/fetch/*
omit = bdbag/bdbag_cli.py,bdbag/bdbag_ro.py,bdbag/bdbagit_profile.py,bdbag/fetch/transports/fetch_globus.py,bdbag/fetch/transports/fetch_boto3.py,bdbag/fetch/transports/fetch_gcs.py
omit = bdbag/bdbag_utils.py,bdbag/bdbag_cli.py,bdbag/bdbag_ro.py,bdbag/bdbagit_profile.py,bdbag/fetch/transports/fetch_globus.py,bdbag/fetch/transports/fetch_boto3.py,bdbag/fetch/transports/fetch_gcs.py

[coverage:report]
show_missing = True
Expand Down

0 comments on commit 42e3e8c

Please sign in to comment.