Skip to content

Commit

Permalink
Update cmake-single-platform.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros authored Mar 21, 2024
1 parent 4a714bb commit ece829b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# See https://cmake.org/cmake/help/latest/manual/ctest.1.html for more detail
run: ctest --output-on-failure
- name: Run tests and collect coverage
run: pytest --cov ${{ env.CODECOV_ATS_TESTS }}
run: pytest --cov build/tests ${{ env.CODECOV_ATS_TESTS }}
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit ece829b

Please sign in to comment.