Skip to content

Commit

Permalink
adding picture
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-iork committed Jun 24, 2024
1 parent d5433c5 commit 7aa94ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/my-check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: My-check
name: my-check

on:
- push
Expand All @@ -17,16 +17,12 @@ jobs:
uses: gradle/actions/setup-gradle@v3
- name: Build with Gradle Wrapper
run: ./gradlew build
# working-directory: ./app


- name: Code Coverage
uses: paambaati/[email protected]
env:
CC_TEST_REPORTER_ID: ${{secrets.CDCL_TEST_REPORTER_ID_72}}
JACOCO_SOURCE_PATH: "${{github.workspace}}/src/main/java"
with:
# workingDirectory: ./app
coverageCommand: ./gradlew jacocoTestReport
coverageLocations: ${{github.workspace}}/build/reports/jacoco/test/jacocoTestReport.xml:jacoco

Binary file added page-analizer.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7aa94ef

Please sign in to comment.