mirror of
https://github.com/jlengrand/atrium.git
synced 2026-03-10 08:01:19 +00:00
re-add jacoco coverage to bc and bbc tests
and fix dependency to translations for infix, should also use de_CH in bc-tests
This commit is contained in:
2
.github/workflows/bbc-ubuntu.yml
vendored
2
.github/workflows/bbc-ubuntu.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: bbcTests
|
||||
env:
|
||||
BC: 1
|
||||
run: ./gradlew bbcTests
|
||||
run: ./gradlew bbcTests --stacktrace
|
||||
|
||||
- name: Upload windows build code coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
|
||||
2
.github/workflows/bc-ubuntu.yml
vendored
2
.github/workflows/bc-ubuntu.yml
vendored
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: bcTests
|
||||
env:
|
||||
BC: 1
|
||||
run: ./gradlew bcTests
|
||||
run: ./gradlew bcTests --stacktrace
|
||||
|
||||
- name: Upload windows build code coverage
|
||||
uses: codecov/codecov-action@v1
|
||||
|
||||
Reference in New Issue
Block a user