Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
teseoch committed Jun 14, 2024
1 parent 7473a52 commit ae5d4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
cd build
ctest --verbose --output-on-failure
lcov --directory . --capture --output-file coverage.info
lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' '*tests/*.cpp' '*/polyfem/problem/*.cpp' '*/polyfem/problem/*.hpp' --output-file coverage.info
lcov --remove coverage.info '/usr/*' "${HOME}"'/.cache/*' '*tests/*.cpp*' '*/polyfem/problem/*.cpp*' '*/polyfem/problem/*.hpp*' --output-file coverage.info
- name: Upload Coverage
uses: codecov/codecov-action@v4
Expand All @@ -81,4 +81,4 @@ jobs:
files: coverage.info
name: polyfem # optional
fail_ci_if_error: false # optional (default = false)
verbose: true # optional (default = false)
verbose: true # optional (default = false)

0 comments on commit ae5d4ea

Please sign in to comment.