From ad70d6c665beac2c2179b9359395cd9301f718ba Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Wed, 26 Apr 2023 00:52:42 +0300 Subject: [PATCH] feat(CI) +CODECOVerage GHAction --- .github/workflows/ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5484849b..6526a738 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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