Skip to content

Commit

Permalink
Modified Upload Coverage to Codecov step
Browse files Browse the repository at this point in the history
  • Loading branch information
Charankumar H authored and Charankumar H committed Nov 10, 2024
1 parent 77f4bab commit c11f5ee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,10 @@ jobs:
run: mvn test -Drunmode=headless jacoco:report

- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: target/site/jacoco/jacoco.xml
token: ${{ secrets.CODECOV_TOKEN }}
version: "v0.1.15"
flags: unittests
fail_ci_if_error: true
slug: iamcharankumar/playwright_test_framework
verbose: true

- name: Upload Artifacts
Expand Down

0 comments on commit c11f5ee

Please sign in to comment.