diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index f53b32f528..277bc9e654 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -216,7 +216,7 @@ jobs: command: | echo "Running Build Tests" make clean - make test-coverag + make test-coverage - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1