Skip to content

Commit

Permalink
Merge pull request #430 from Cytnx-dev/dev-master
Browse files Browse the repository at this point in the history
Dev master
  • Loading branch information
hunghaoti authored May 6, 2024
2 parents 6de99e9 + e518b8b commit efc880f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cmake_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ jobs:
gcovr -r .. . --xml gcovr.xml -e ".*_deps.*$"
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
#token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
#directory: ${{runner.workspace}}/build
files: ${{github.workspace}}/build/gcovr.xml # optional
#working-directory: ${{runner.workspace}}/build
Expand Down

0 comments on commit efc880f

Please sign in to comment.