Skip to content

Commit

Permalink
Merge branch 'master' into wcag-dateinput-tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejritter authored Jun 7, 2024
2 parents 2e197e6 + cd5c04b commit ab8b361
Show file tree
Hide file tree
Showing 2 changed files with 1,150 additions and 950 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,20 @@ jobs:
check:
name: Check code
uses: collectionspace/.github/.github/workflows/check-js.yml@main

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

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

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

0 comments on commit ab8b361

Please sign in to comment.