Skip to content

Commit

Permalink
revert codecov action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgubler committed Sep 15, 2023
1 parent 67168b0 commit db1ebc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm test

- name: Report test coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
if: env.CODECOV_TOKEN
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
run: npm test

- name: Report test coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v3
if: env.CODECOV_TOKEN
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
Expand Down

0 comments on commit db1ebc1

Please sign in to comment.