Skip to content

Commit

Permalink
Copy gcov files from the proper path
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyLeifa authored Jun 23, 2024
1 parent 389dd26 commit cb8341a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
gcov *.o
cd ..
mkdir coverage
cp core/*.gcov coverage/
cp *.gcov coverage/
- name: Codecov
uses: codecov/codecov-action@v3.1.0
Expand Down

0 comments on commit cb8341a

Please sign in to comment.