Skip to content

Commit

Permalink
hello
Browse files Browse the repository at this point in the history
  • Loading branch information
diachenko-mischa committed Apr 25, 2024
1 parent c543415 commit 654ee8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
cmake --build build
./build/src/main --gtest_output=xml:gtest_report.xml
mkdir coverage
python3 -m gcovr --html-details coverage/coverage-details.html
python3 -m gcovr --cobertura cobertura-coverage-details.xml
python3 -m gcovr --html-details coverage/coverage-details.html
- uses: actions/upload-artifact@v3 # upload test results
if: success() || failure() # run this step even if previous step failed
with:
Expand Down

0 comments on commit 654ee8e

Please sign in to comment.