Skip to content

Commit

Permalink
cov
Browse files Browse the repository at this point in the history
  • Loading branch information
ZigZagT committed May 18, 2021
1 parent 6aed88c commit 59c5b10
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
--cov-config=.coveragerc \
--cov=ABTesting \
--cov-branch \
--cov-report=html:cov.html \
--cov-report=html:coverage.html \
--cov-report=xml:coverage.xml \
--cov-report=term-missing:skip-covered \
tests
- name: Coveralls
Expand All @@ -96,7 +97,7 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_PARALLEL: true
run: |
coveralls
coveralls -v
finish_coveralls:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 59c5b10

Please sign in to comment.