1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-07-30 12:07:46 +00:00

fix: coverage build

This commit is contained in:
Kevin Amado 2022-02-10 00:51:42 -05:00
parent a220eb56f7
commit 17feb322f0
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -16,9 +16,14 @@ steps:
- label: coverage
if: build.branch == "main"
command:
- echo +++
- echo +++ Fetch
- git fetch https://github.com/kamadorueda/alejandra "${BUILDKITE_COMMIT}:main"
- git checkout main
- git branch
- echo --- Load environment
- direnv allow
- eval "$(direnv export bash)"
- echo +++ Run tests
- cargo tarpaulin --coveralls "${COVERALLS_REPO_TOKEN}"
- label: diff