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

feat: publish coverage on main

This commit is contained in:
Kevin Amado 2022-02-08 20:20:06 -05:00
parent 6890f358b3
commit d0c0427a1f
No known key found for this signature in database
GPG key ID: FFF341057F503148

View file

@ -14,15 +14,15 @@ steps:
- cachix push alejandra develop
- label: coverage
artifact_paths:
- tarpaulin-report.html
if: build.branch == "main"
command:
- echo +++
- direnv allow
- eval "$(direnv export bash)"
- cargo tarpaulin -o html
- cargo tarpaulin --coveralls "${COVERALLS_REPO_TOKEN}"
- label: diff
if: build.branch != "main"
command:
- git clone --depth 1 https://github.com/nixos/nixpkgs
- echo --- Closure @ before