Skip to content

Commit

Permalink
ci: Upload code coverage to codecov.io
Browse files Browse the repository at this point in the history
  • Loading branch information
g3n35i5 committed Jan 20, 2025
1 parent 9c31d88 commit cf7259e
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests_and_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ jobs:
- name: Combine coverage results
run: tox run -e combine-test-reports

- name: Archive code coverage results
uses: actions/upload-artifact@v4
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v5
with:
name: code-coverage-report
path: reports/coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
slug: vorausrobotik/vdoc
files: reports/coverage.xml
flags: unittests

test-ui:
runs-on: ubuntu-latest
Expand Down

0 comments on commit cf7259e

Please sign in to comment.