Skip to content

Commit

Permalink
Use codecov GitHub action:
Browse files Browse the repository at this point in the history
Trying to resolve codecov not completing
successfully. The secrets.CODECOV_TOKEN was
added to the Tinkerbell org and is available
to all repos.

Signed-off-by: Jacob Weinstock <jakobweinstock@gmail.com>
  • Loading branch information
jacobweinstock committed Apr 29, 2024
1 parent ca3aecb commit 700fc84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
run: nix-shell --run 'make ci'

- name: upload codecov
run: bash <(curl -s https://codecov.io/bash)
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: compile binaries
run: nix-shell --run 'make crosscompile'
Expand Down

0 comments on commit 700fc84

Please sign in to comment.