Skip to content

Commit

Permalink
Add worker and backend-core to codecov-action
Browse files Browse the repository at this point in the history
  • Loading branch information
Rory-Powell committed Nov 14, 2022
1 parent fd913a5 commit 99cc9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/budibase_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: ./packages/server/coverage/clover.xml
files: ./packages/server/coverage/clover.xml,./packages/worker/coverage/clover.xml,./packages/backend-core/coverage/clover.xml
name: codecov-umbrella
verbose: true

Expand Down

0 comments on commit 99cc9ce

Please sign in to comment.