Skip to content

Commit

Permalink
Merge pull request #47 from kamadorueda/kamadorueda
Browse files Browse the repository at this point in the history
feat: publish coverage on main
  • Loading branch information
kamadorueda authored Feb 9, 2022
2 parents 6890f35 + d0c0427 commit b9886bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions buildkite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9886bd

Please sign in to comment.