Skip to content

Commit

Permalink
Merge pull request #144 from MeasureAuthoringTool/MAT-7334-update-pac…
Browse files Browse the repository at this point in the history
…kage.json-for-braces-version-upgrade

MAT-7334 update package.json
  • Loading branch information
riddhi-desai authored Jun 18, 2024
2 parents 1e25817 + 42c3222 commit 0e6e511
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
19 changes: 11 additions & 8 deletions .github/workflows/unit_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Use Node.js 14.x
- name: Use Node.js 18.x
uses: actions/setup-node@v2-beta
with:
node-version: 14.x
node-version: 18.x

- name: Cache node modules
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: cache-node-modules
with:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
run: npm run-script coverage

- name: Store the coverage report as an artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage
path: coverage/lcov.info
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download coverage artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: coverage

Expand All @@ -87,12 +87,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download coverage artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: coverage


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

1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dist
coverage
pnpm-lock.yaml
pull_request_template.md
.github/workflows/unit_test_coverage.yml
28 changes: 14 additions & 14 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0e6e511

Please sign in to comment.