Skip to content

Commit

Permalink
feat(CI) +CODECOVerage GHAction
Browse files Browse the repository at this point in the history
  • Loading branch information
ankostis committed Apr 25, 2023
1 parent a14883b commit ad70d6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -27,6 +27,10 @@ jobs:
# Undo configs in setup.cfg
echo -e '[pytest]\nmarkers: slow' > pytest.ini
pytest --cov=graphtik #--log-level=DEBUG -v
- uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
- name: Site
run: |
python setup.py build_sphinx
Expand Down

0 comments on commit ad70d6c

Please sign in to comment.