Skip to content

Commit

Permalink
feat: add Codecov upload
Browse files Browse the repository at this point in the history
Signed-off-by: Wanja Zaeske <[email protected]>
  • Loading branch information
Wanja Zaeske authored and wucke13 committed Jul 29, 2024
1 parent b979291 commit 6f91fc5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ jobs:
name: dlr-ft
authToken: ${{ secrets.CACHIX_AUTH_TOKEN }}
- run: nix build .#wasm-interpreter --print-build-logs
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
verbose: true
file: result/lcov-codecov.json
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- run: nix build .#report --print-build-logs
- name: Archive report
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6f91fc5

Please sign in to comment.