Skip to content

Commit 78c19f2

Browse files
authored
fix path, disable tmate
1 parent 02adaea commit 78c19f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/codecov.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
set -xe
2020
CMAKE_ARGS="-DCMAKE_CXX_FLAGS=--coverage -DCMAKE_C_FLAGS=--coverage -DCMAKE_Fortran_FLAGS=--coverage" pip install -e .[tests]
2121
pytest -We tests
22-
lcov --capture --directory src --output-file coverage.info --no-external
23-
- uses: mxschmitt/action-tmate@v3
24-
with:
25-
limit-access-to-actor: true
22+
lcov --capture --directory ./build/*/_PyPartMC/CMakeFiles/_PyPartMC.dir/ --output-file coverage.info --no-external
23+
# - uses: mxschmitt/action-tmate@v3
24+
# with:
25+
# limit-access-to-actor: true
2626
- uses: codecov/[email protected]
2727
with:
2828
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)