diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e2f0c82..afd1037 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -430,4 +430,6 @@ jobs: uses: codecov/codecov-action@v4 with: files: lcov.info + token: ${{ secrets.CODECOV_TOKEN }} fail_ci_if_error: false + verbose: true diff --git a/README.md b/README.md index 1b1cc9e..8aa51bc 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ persons. # SpaceWASM [![CI](https://github.com/nasa/spacewasm/actions/workflows/ci.yml/badge.svg)](https://github.com/nasa/spacewasm/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/nasa/spacewasm/branch/main/graph/badge.svg)](https://codecov.io/gh/nasa/spacewasm) SpaceWASM is an implementation of the [WASM 1.0](https://webassembly.github.io/spec/versions/core/WebAssembly-1.0.pdf) specification meant to interpret WASM binary on-board spacecraft. This software comes with two major components: