Skip to content

Commit

Permalink
try add in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
djay committed Mar 8, 2024
1 parent c2c98cd commit 4e1c858
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -18,6 +18,7 @@ jobs:
include:
- python: '3.8'
plone: '5.2'
coverage: true
- python: '2.7'
plone: '5.1'
- python: '2.7'
Expand Down Expand Up @@ -82,9 +83,10 @@ jobs:
- name: code-analysis
run: echo "${{ matrix.plone }}" | grep 5.1 || bin/code-analysis
- name: createcoverage
if: ${{ (matrix.coverage) }}
run: |
# bin/createcoverage
# bin/coverage json -i
bin/createcoverage
bin/coverage json -i
- name: Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
Expand Down

0 comments on commit 4e1c858

Please sign in to comment.