Skip to content

Commit

Permalink
[ci] add dirichlet test to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesBuchner committed Apr 10, 2021
1 parent 2ccc8fb commit aa43455
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
echo "backend: Agg" > matplotlibrc
- run: python3 examples/testfeatures.py
- run: python3 examples/rundirichlet.py
- run: coverage3 combine
- run: coverage3 report --include="$PWD/*" --omit="$PWD/.eggs/*"
- run: coverage3 html --include="$PWD/*" --omit="$PWD/.eggs/*" && mv htmlcov test-reports
Expand Down

0 comments on commit aa43455

Please sign in to comment.