Skip to content

Commit

Permalink
fix: updated coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dcpesses committed Feb 23, 2024
1 parent 94c2021 commit f02a936
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,6 @@ jobs:
- name: Workaround for checkout/issues/1169
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Confirm Config Updated with Workaround
run: git config safe.directory

- name: Alternate Workaround for checkout/issues/1169
run: git config --system --add safe.directory "$GITHUB_WORKSPACE"

- name: Confirm Config Updated with Alternative Workaround
run: git config safe.directory

- name: 🏗 Setup Node
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -87,8 +78,10 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
files: ./coverage-final.json,./coverage/coverage-final.json
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

deploy:
name: Deploy
Expand Down

0 comments on commit f02a936

Please sign in to comment.