Skip to content

Commit

Permalink
No need to move codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
karthiknadig committed Mar 25, 2021
1 parent d2d9a26 commit 18933df
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/nightly-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,6 @@ jobs:
path: ./coverage
retention-days: 1

# The only location supported by the codecov action is the workspace root.
# See https://github.com/codecov/codecov-action#arguments
- name: Move codecov.yml to root
run: |
mkdir $GITHUB_WORKSPACE/.github
mv .github/codecov.yml $GITHUB_WORKSPACE
- name: Upload coverage to codecov
uses: codecov/codecov-action@v1
with:
Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -617,13 +617,6 @@ jobs:
path: ./coverage
retention-days: 1

# The only location supported by the codecov action is the workspace root.
# See https://github.com/codecov/codecov-action#arguments
- name: Move codecov.yml to root
run: |
mkdir $GITHUB_WORKSPACE/.github
mv .github/codecov.yml $GITHUB_WORKSPACE
- name: Upload coverage to codecov
uses: codecov/codecov-action@v1
with:
Expand Down

0 comments on commit 18933df

Please sign in to comment.