Skip to content

Commit

Permalink
First pass at code coverage (apache#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashulmanWeWork authored Feb 21, 2019
1 parent d8090fb commit 003a465
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,14 @@ jobs:
steps:
- checkout
- run: pip install --user pytest
- run: pip install --user pytest-cov
- run: pip install --user codecov
- run:
name: Install airflow from package
environment:
SLUGIFY_USES_TEXT_UNIDECODE: 'yes'
command: pip install --user -e .
- run: python -m pytest ./test
- run: python -m pytest --cov=marquez --cov-report xml ./test

integration-test:
<<: *defaults
Expand Down

0 comments on commit 003a465

Please sign in to comment.