Skip to content

Commit

Permalink
coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed Nov 17, 2023
1 parent 5c9a9e1 commit 3063232
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_python_cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
- name: C++ tests
run: scripts/run-cpp-tests.sh


- name: Install python package
run: scripts/installAmiciSource.sh

Expand Down Expand Up @@ -85,7 +84,7 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage_cpp.info
file: coverage.info
flags: cpp
fail_ci_if_error: true

Expand Down

0 comments on commit 3063232

Please sign in to comment.