Skip to content

Commit

Permalink
Use flags for codecov reports.
Browse files Browse the repository at this point in the history
  • Loading branch information
lauravuo committed Apr 4, 2022
1 parent fd048e8 commit f3e2cb6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -17,10 +17,14 @@ jobs:
${{ runner.os }}-firebase-emulators-
- uses: ./.github/actions/setup
- run: yarn test --coverage
- uses: codecov/codecov-action@v2
with:
flags: ui-unittests
- run: yarn test:db
- uses: codecov/codecov-action@v2
with:
files: ./coverage/lcov.info,./tools/firebase/coverage/lcov.info
flags: db-unittests
directory: ./tools/firebase

export-test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f3e2cb6

Please sign in to comment.