diff --git a/.coveralls.yml b/.coveralls.yml new file mode 100644 index 000000000..7a56699e7 --- /dev/null +++ b/.coveralls.yml @@ -0,0 +1 @@ +repo_token: RveV3eluajy2H7DcSypIy432u2T7rsPus diff --git a/.github/workflows/unittests.yml b/.github/workflows/unittests.yml index ce23471ce..085e17db1 100644 --- a/.github/workflows/unittests.yml +++ b/.github/workflows/unittests.yml @@ -72,3 +72,10 @@ jobs: shell: bash -l {0} timeout-minutes: 30 run: coverage run --omit structuretoolkit/_version.py -m unittest discover tests + - name: Coverage + if: matrix.label == 'linux-64-py-3-10' + continue-on-error: True + shell: bash -l {0} + run: | + coveralls + coverage xml