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:
parent
6890f358b3
commit
d0c0427a1f
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue