Skip to content

Commit

Permalink
unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Oct 14, 2024
1 parent 0f0a906 commit c57d289
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 26 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,4 @@ jobs:
pip install -e .[mycroft,plugins]
- name: Run integration tests
run: |
pytest --cov-append --cov=ovos_core --cov-report xml test/integrationtests
- name: Upload coverage
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/
fail_ci_if_error: true
files: ./coverage.xml,!./cache
flags: integrationtests
name: codecov-integrationtests
verbose: true
pytest test/integrationtests
14 changes: 1 addition & 13 deletions .github/workflows/mycroft_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,4 @@ jobs:
pip install -e .[mycroft,plugins]
- name: Run mycroft compat tests
run: |
pytest --cov=ovos_core --cov-report xml test/backwards_compat
- name: Upload coverage
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/
fail_ci_if_error: true
files: ./coverage.xml,!./cache
flags: mycrofttests
name: codecov-unittests
verbose: true
pytest test/backwards_compat

0 comments on commit c57d289

Please sign in to comment.