Skip to content

Commit

Permalink
Merge pull request #192 from clEsperanto/fix_coverage_CI
Browse files Browse the repository at this point in the history
Update tests_and_coverage.yml
  • Loading branch information
StRigaud authored Oct 17, 2023
2 parents 92fb217 + f729c43 commit 7220d1e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
5 changes: 0 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

# - package-ecosystem: "gitsubmodule" # See documentation for possible values
# directory: "/" # Location of package manifests
# schedule:
# interval: "weekly"
10 changes: 1 addition & 9 deletions .github/workflows/tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,19 +46,11 @@ jobs:
run: |
cd ${{ runner.workspace }}/build && ctest -C ${{ matrix.buildtype }} --output-on-failure
# - name: Format coverage
# shell: bash
# run: |
# cd ${{ runner.workspace }}/build
# lcov --directory . --capture --output-file coverage.info
# lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' --output-file coverage.info
# lcov --list coverage.info

- name: Format coverage
shell: bash
run: |
cd ${{ runner.workspace }}/build
gcovr --root .. --output coverage.xml
gcovr -r . --filter='.*/clic/src/.*' --xml -o coverage.xml
- name: Upload coverage report
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 7220d1e

Please sign in to comment.