Skip to content

Commit

Permalink
[CI/CD][Try] Upload coverage for master
Browse files Browse the repository at this point in the history
  • Loading branch information
set-soft committed Mar 31, 2024
1 parent 8763919 commit 62235ad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ jobs:
path: output
- name: Upload Coverage
# Don't mix stable coverage with development coverage
if: ${{ (github.ref == 'refs/heads/dev') && (matrix.ki_release != 'ki8') }}
# if: ${{ (github.ref == 'refs/heads/dev') && (matrix.ki_release != 'ki8') }}
if: ${{ (matrix.ki_release != 'ki8') }}
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_FLAG_NAME: ${{ matrix.ki_release }}_${{ matrix.w_tests }}
Expand Down Expand Up @@ -159,7 +160,7 @@ jobs:
path: output
- name: Upload Coverage
# Don't mix stable coverage with development coverage
if: github.ref == 'refs/heads/dev'
# if: github.ref == 'refs/heads/dev'
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
COVERALLS_FLAG_NAME: independent
Expand Down Expand Up @@ -189,7 +190,7 @@ jobs:
container: setsoft/kicad_auto_test:ki7
needs: [test, test_indep]
# Don't mix stable coverage with development coverage
if: github.ref == 'refs/heads/dev'
#if: github.ref == 'refs/heads/dev'

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -250,7 +251,7 @@ jobs:
needs: [test, test_indep]
runs-on: ubuntu-latest
# Don't mix stable coverage with development coverage
if: github.ref == 'refs/heads/dev'
#if: github.ref == 'refs/heads/dev'
steps:
- name: Finished
env:
Expand Down

0 comments on commit 62235ad

Please sign in to comment.