Remove upload-coverage job. #154
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Continuous integration | ||
on: | ||
push: | ||
branches: [ "master" ] | ||
pull_request: | ||
branches: [ "master" ] | ||
jobs: | ||
check: | ||
name: Check code | ||
uses: collectionspace/.github/.github/workflows/check-js.yml@main | ||
Check failure on line 12 in .github/workflows/ci-js.yml GitHub Actions / Continuous integrationInvalid workflow file
|
||
secrets: | ||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} |