Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mghosh00 committed Jan 22, 2024
2 parents 4695319 + e2f151a commit 9b0e726
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
distribution: 'temurin'
- name: Validate Gradle wrapper
uses: gradle/wrapper-validation-action@ccb4328a959376b642e027874838f60f8e596de3
- name: Run Coverage
- name: Build and Run Coverage
run: |
chmod +x ./gradlew
./gradlew test
gradle build
- name: Add coverage to PR
id: jacoco
Expand Down

0 comments on commit 9b0e726

Please sign in to comment.