Skip to content

Commit

Permalink
test coverage step
Browse files Browse the repository at this point in the history
  • Loading branch information
himadieievsv committed Jan 6, 2024
1 parent 9f7a492 commit 0401903
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,13 @@ jobs:
:redpulsar-jedis:test \
:redpulsar-lettuce:test \
-DexcludeTags="integration"
- name: Test Coverage
run: |
./gradlew \
:redpulsar-core:testCoverage \
:redpulsar-jedis:testCoverage \
:redpulsar-lettuce:testCoverage \
-DexcludeTags="integration"
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 0401903

Please sign in to comment.