Skip to content

Commit

Permalink
Add coverage[toml] now that coverage settings are in pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
julianneswinoga committed May 20, 2024
1 parent cba1777 commit 6d34cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
command: poetry build --no-ansi --no-interaction
- run:
name: Install coverage
command: pip install -U coverage coveralls
command: pip install -U coverage[toml] coveralls
- when:
# Run full testing only on one version, otherwise only run unit tests
condition:
Expand Down

0 comments on commit 6d34cae

Please sign in to comment.