Skip to content
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Test and Assemble and ApuDiff with Gradle
run: ./gradlew assemble apiDiff check jacocoTestReport --continue --console=plain

- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d
- uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
with:
flags: unittests
- uses: actions/upload-artifact@v4
Expand Down
Loading