diff options
| author | Bobby <[email protected]> | 2022-08-30 20:44:38 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-08-30 20:44:38 -0400 |
| commit | ae3175d592f0b5649afff2dc575083673112fce9 (patch) | |
| tree | 223e48e28313d717f95a4b6d298e08642272d7c4 /.github/workflows/github-actions.yml | |
| parent | f5800652885ad55103cac8e58507c909c80f1d94 (diff) | |
| download | edify-ae3175d592f0b5649afff2dc575083673112fce9.tar.xz edify-ae3175d592f0b5649afff2dc575083673112fce9.zip | |
Adding file option to codecov
Diffstat (limited to '.github/workflows/github-actions.yml')
| -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 |
