diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e9f4b7dc..19da4ca3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -19,3 +19,9 @@ jobs: uses: uc-cdis/.github/.github/workflows/python_unit_test.yaml@master with: python-version: '3.9' + test-script: 'tests/ci_commands_script.sh' + Coveralls: + name: Publish to coveralls.io + uses: coverallsapp/github-action@v1.1.2 + with: + github-token: ${{ github.token }} diff --git a/tests/ci_commands_script.sh b/tests/ci_commands_script.sh new file mode 100644 index 00000000..e82905b1 --- /dev/null +++ b/tests/ci_commands_script.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +poetry run pytest -vv --cov=indexd --cov-report xml tests