Skip to content

Commit

Permalink
Update build-lint-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 authored Jan 11, 2024
1 parent 9ae6fee commit fb4b584
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,18 @@ jobs:
run: yarn install-chrome
- name: Run e2e tests
run: yarn workspace snap run test

upload-coverage:
name: Upload coverage to Codecov
runs-on: ubuntu-latest
needs:
- build-lint-test
steps:
- uses: actions/checkout@v3
- name: Download coverage artifact
uses: actions/download-artifact@v3
with:
name: coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit fb4b584

Please sign in to comment.