Skip to content

Commit

Permalink
fix codecov to ignore 3rdparty folder
Browse files Browse the repository at this point in the history
  • Loading branch information
henrygerardmoore committed Sep 13, 2024
1 parent 04c9471 commit 55caa29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
directory: ${{github.workspace}}/build
gcov_ignore: ${{github.workspace}}/3rdparty
gcov_ignore: 3rdparty/*
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 55caa29

Please sign in to comment.