Skip to content

Commit

Permalink
Fix cobertura file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed May 3, 2022
1 parent 306a683 commit 966eab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ jobs:
docker run --security-opt seccomp=unconfined -v "${PWD}:/volume" xd009642/tarpaulin \
sh -c "cargo tarpaulin --skip-clean --frozen --out Xml --output-dir cov"
- codecov/upload:
file: cov/cobertura.html
file: cov/cobertura.xml

# This job roughly follows the instructions from https://circleci.com/blog/publishing-to-github-releases-via-circleci/
build_and_upload_contracts:
Expand Down

0 comments on commit 966eab9

Please sign in to comment.