Skip to content

Commit

Permalink
Update codecovcli command in .github/workflows/node.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
drazisil committed Apr 13, 2024
1 parent 27c18bb commit c80592b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
pip install --user codecov-cli
codecovcli --verbose create-commit --fail-on-error
codecovcli --verbose create-report --fail-on-error
codecovcli do-upload --report-type test_results --file thebeast/mcos.junit.xml
codecovcli do-upload --report-type test_results --file mcos.junit.xml
codecovcli --verbose do-upload --fail-on-error --flag database --name database-${{ matrix.node-version }}
codecovcli --verbose do-upload --fail-on-error --flag gateway --name gateway-${{ matrix.node-version }}
codecovcli --verbose do-upload --fail-on-error --flag lobby --name lobby-${{ matrix.node-version }}
Expand Down

0 comments on commit c80592b

Please sign in to comment.