Skip to content

Commit

Permalink
Make coverage on coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Sep 24, 2024
1 parent 03ed629 commit 05022b9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,10 @@ jobs:
working-directory: ${{runner.workspace}}/build
shell: bash
run: make coverage
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: CSRT-NTUA/AlgoPlus
- name: Upload to codecov
run: bash <(curl -s https://codecov.io/bash)

0 comments on commit 05022b9

Please sign in to comment.