diff options
| -rw-r--r-- | .github/workflows/github-actions.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 8bafe65..ae9a20b 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -169,3 +169,4 @@ jobs: - uses: codecov/codecov-action@v3 with: token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos + files: ./coverage.xml |
