Skip to content

Commit

Permalink
build: add coverage path
Browse files Browse the repository at this point in the history
  • Loading branch information
NishaSharma14 committed Feb 8, 2024
1 parent dc8637e commit 503e8f2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,19 @@ jobs:
npm install
npm run build
- name: Run Test
run: php artisan test --parallel
run: php artisan test --parallel --coverage-clover coverage.xml

# Code coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
directory: ./coverage/reports/
fail_ci_if_error: true
files: /home/runner/work/nmrxiv/nmrxiv/coverage.xml
flags: unittests
name: codecov-umbrella
verbose: true
# directory: ./coverage/reports/
# fail_ci_if_error: true
# files: /home/runner/work/nmrxiv/nmrxiv/coverage.xml
# flags: unittests
# name: codecov-umbrella
# verbose: true

# setup-build-publish-deploy:
# name: Build & deploy to development
Expand Down

0 comments on commit 503e8f2

Please sign in to comment.