Skip to content

Commit

Permalink
Remove upload-coverage job.
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-lee committed May 1, 2024
1 parent 44a7bb8 commit 694dc5c
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,5 @@ jobs:
check:
name: Check code
uses: collectionspace/.github/.github/workflows/check-js.yml@main

upload-coverage:
name: Upload coverage report
needs: check
runs-on: macos-latest

steps:
- name: Download artifact
uses: actions/download-artifact@v4
with:
name: coverage-report

- name: Upload to codecov
uses: codecov/codecov-action@v4
with:
file: coverage/lcov.info
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true
secrets:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 694dc5c

Please sign in to comment.