Skip to content

Commit

Permalink
codecov?
Browse files Browse the repository at this point in the history
  • Loading branch information
pshirshov committed Jun 18, 2024
1 parent 3c82180 commit c8f30ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
token: ${{ env.TOKEN_CODECOV }}
verbose: true # optional (default = false)
# fail_ci_if_error: ${{ matrix.scala != '3' }}
files: cobertura.xml
files: "**/cobertura.xml"
# TODO: do we need scoverage.xml? If so files: may be just omitted
# files: cobertura.xml,scoverage.xml
# flags: unittests
Expand Down

0 comments on commit c8f30ff

Please sign in to comment.