Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into issue_524_sort
Browse files Browse the repository at this point in the history
  • Loading branch information
lidaobing committed Apr 20, 2024
2 parents 9a6a982 + 7838f30 commit cb51515
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,14 @@ jobs:
lcov --remove coverage.info '*Test*' --output-file coverage.info; # filter out system
lcov --remove coverage.info '*gtest*' --output-file coverage.info; # filter out system
lcov --list coverage.info; #debug info
- uses: codecov/codecov-action@v1
# https://docs.codecov.com/docs/quick-start
- name: "Upload coverage reports to Codecov"
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
verbose: false # optional (default = false)

build_job:
# The host should always be linux
Expand Down

0 comments on commit cb51515

Please sign in to comment.