1
Fork 0
mirror of https://github.com/RGBCube/alejandra synced 2025-08-01 04:57:44 +00:00

Merge pull request #57 from kamadorueda/kamadorueda

fix: coverage build
This commit is contained in:
Kevin Amado 2022-02-10 00:55:44 -05:00 committed by GitHub
commit 63d1089162
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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