Skip to content

Commit

Permalink
Merge pull request #6629 from PrimozGodec/fix-coverage
Browse files Browse the repository at this point in the history
CI - Fix coverage
  • Loading branch information
PrimozGodec committed Nov 10, 2023
2 parents 5a5ebcf + 5b27957 commit 0719286
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
- name: Skip testing workflows at coverage
if: |
matrix.python-version == '3.8' && matrix.tox_env == 'orange-released'
matrix.python-version == '3.11' && matrix.tox_env == 'orange-released'
run: |
echo 'SKIP_EXAMPLE_WORKFLOWS=1' >> $GITHUB_ENV
Expand All @@ -107,7 +107,7 @@ jobs:
ORANGE_TEST_DB_URI: postgres://postgres_user:postgres_password@localhost:5432/postgres_db|mssql://SA:sqlServerPassw0rd@localhost:1433

- name: Upload code coverage
if: matrix.python-version == '3.8' && matrix.tox_env == 'orange-released'
if: matrix.python-version == '3.11' && matrix.tox_env == 'orange-released'
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
Expand Down

0 comments on commit 0719286

Please sign in to comment.