Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MWCORE] Remove module tests - Temp #3103

Closed
wants to merge 5 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions .github/workflows/ci-mwcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,18 @@ jobs:
working-directory: android

- name: Run Engine unit tests with Gradle
run: ./gradlew :engine:clean && ./gradlew :engine:jacocoTestReport -x :engine:testReleaseUnitTest --stacktrace
run: ./gradlew :engine:clean && ./gradlew :engine:jacocoTestReport -x :engine:testReleaseUnitTest --stacktrace
working-directory: android

- name: Upload Engine Test Report to codecov
uses: codecov/codecov-action@v3
- name: Upload Engine Test Report to codecov
uses: codecov/codecov-action@v3
with:
working-directory: android
flags: engine
files: engine/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml
fail_ci_if_error: true
fail_ci_if_error: false
verbose: true
dry_run: true

quest-tests:
runs-on: macos-latest
Expand Down Expand Up @@ -95,3 +96,4 @@ jobs:
files: quest/build/reports/jacoco/jacocoTestReport/jacocoTestReport.xml
fail_ci_if_error: false
verbose: true
dry_run: true
Loading