Skip to content

Commit

Permalink
debug 7
Browse files Browse the repository at this point in the history
  • Loading branch information
centaurialpha committed May 10, 2022
1 parent 5adb25b commit 6953329
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,23 +39,17 @@ jobs:
run: |
pytest -v --cov=quaternions --cov-report= tests/
- name: Coveralls
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
coveralls
# - name: Publish coverage to Coveralls
# # If pushed / is a pull request against main repo
# if:
# ((github.event_name == 'push' && github.repository == 'satellogic/quaternions') ||
# github.event.pull_request.base.repo.full_name == 'satellogic/quaternions') && matrix.python-version >= 3.5
# uses: AndreMiras/coveralls-python-action@v20201129
# with:
# github-token: ${{ secrets.GITHUB_TOKEN }}
# parallel: true
# flag-name: py${{ matrix.python-version }}-${{ matrix.os }}
# debug: true
- name: Publish coverage to Coveralls
# # If pushed / is a pull request against main repo
# if:
# ((github.event_name == 'push' && github.repository == 'satellogic/quaternions') ||
# github.event.pull_request.base.repo.full_name == 'satellogic/quaternions') && matrix.python-version >= 3.5
uses: AndreMiras/coveralls-python-action@develop
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
# flag-name: py${{ matrix.python-version }}-${{ matrix.os }}
# debug: true

coveralls-finish:
needs: build
Expand Down

0 comments on commit 6953329

Please sign in to comment.