Skip to content

Commit

Permalink
updating github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioMartin86 committed Jul 14, 2024
1 parent 5026851 commit f39e81f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Running tests
run: ninja test -C build
- name: Running coverage analysis
run: ninja coverage -C build
run: ninja coverage-xml -C build
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
Expand Down

0 comments on commit f39e81f

Please sign in to comment.