diff options
| author | Bobby <[email protected]> | 2022-08-30 20:50:47 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-08-30 20:50:47 -0400 |
| commit | 675c2d0ef96d17d248b9dba05163d57cd9f6f0d8 (patch) | |
| tree | a55fc28b138e9578b1cdad04f3a1caf82d2d7ab7 | |
| parent | 643744f8d0963bdc91af5a4d3587bb425e63643a (diff) | |
| parent | ae3175d592f0b5649afff2dc575083673112fce9 (diff) | |
| download | edify-675c2d0ef96d17d248b9dba05163d57cd9f6f0d8.tar.xz edify-675c2d0ef96d17d248b9dba05163d57cd9f6f0d8.zip | |
Merge branch 'main' of github.com:luciferreeves/edify
| -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 |
