Skip to content

Commit

Permalink
ci: adjust some configurations to collect and publish coverages
Browse files Browse the repository at this point in the history
  • Loading branch information
weslley543 committed May 2, 2022
1 parent e820df0 commit ca2cf49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Expand Up @@ -281,8 +281,10 @@ jobs:
- name: Publish to coveralls.io
uses: coverallsapp/github-action@v1.1.2
if: ${{ matrix.mongodb-version }} == "5.0"
with:
github-token: ${{ github.token }}
path: ./apps/meteor/coverage/lcov.info

- name: Store playwright test trace
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit ca2cf49

Please sign in to comment.