Skip to content

Commit 62db461

Browse files
Changing codecov dir
1 parent 5a9ecd0 commit 62db461

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
jobs:
99
Build:
1010

11+
name: 'Build and Test'
1112
runs-on: ubuntu-latest
1213
defaults:
1314
run:
@@ -34,6 +35,7 @@ jobs:
3435
- uses: codecov/codecov-action@v2
3536
with:
3637
token: ${{ secrets.CODECOV_TOKEN }}
37-
directory: ../coverage/
38+
directory: src/coverage
3839
flags: unittests
40+
if: ${{ github.event_name == 'push' }}
3941

0 commit comments

Comments
 (0)