Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Baunsgaard committed Sep 27, 2024
1 parent d80c05a commit 4615616
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ jobs:
export SYSDS_QUIET=1
export LOG4JPROP=$SYSTEMDS_ROOT/src/test/resources/log4j.properties
cd src/main/python
unittest-parallel -t . -s tests -v --coverage-branch --coverage-xml --coverage-omit tests
unittest-parallel -t . -s tests -v --coverage-branch --coverage-xml .coverage.xml --coverage-source systemds
# python -m unittest discover -s tests -p 'test_*.py'
echo "Exit Status: " $?
- name: Run all python tests no environment
run: |
export LOG4JPROP=$(pwd)/src/test/resources/log4j.properties
cd src/main/python
unittest-parallel -t . -s tests -v --coverage-branch --coverage-xml --coverage-omit tests
unittest-parallel -t . -s tests -v --coverage-branch --coverage-xml .coverage.xml --coverage-source systemds
# python -m unittest discover -s tests -p 'test_*.py'
echo "Exit Status: " $?
Expand All @@ -159,5 +159,6 @@ jobs:
uses: codecov/[email protected]
if: github.repository_owner == 'apache'
env:
fail_ci_if_error: false
files: src/main/python/.coverage.xml
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 4615616

Please sign in to comment.