Skip to content

Commit

Permalink
[CI/CD] Try to upload coverage for KiCad 8
Browse files Browse the repository at this point in the history
Using the GHA
  • Loading branch information
set-soft committed Apr 17, 2024
1 parent 07d945a commit 4ebf50e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,13 @@ jobs:
#coveralls --service=github
#echo Disabled by now
coveralls
- name: Upload Coverage optional
if: ${{ (matrix.ki_release == 'ki8') }}
uses: coverallsapp/github-action@v2
with:
flag-name: ${{ matrix.ki_release }}_${{ matrix.w_tests }}
parallel: true
github-token: ${{ secrets.GITHUB_TOKEN }}

test_indep:
strategy:
Expand Down

0 comments on commit 4ebf50e

Please sign in to comment.