Skip to content

Commit

Permalink
use code cov in buil
Browse files Browse the repository at this point in the history
  • Loading branch information
helto4real committed Jul 4, 2021
1 parent d5227a0 commit 63c6e15
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: 📤 Checkout the repository
uses: actions/checkout@main
with:
fetch-depth: 0

- name: 🥅 Install .Net 5
uses: actions/setup-dotnet@v1
Expand All @@ -37,20 +39,15 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: ${{github.workspace}}/codecover/lcov.info


analyze:
name: 🔍 Analyze sources (CI)
runs-on: ubuntu-latest
steps:
- name: 📤 Checkout the repository
uses: actions/checkout@main
with:
# Shallow clones should be disabled for a better relevancy of analysis
fetch-depth: 0
- uses: codecov/codecov-action@v1
with:
flags: unittests # optional
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)

# analyze:
# name: 🔍 Analyze sources (CI)
# runs-on: ubuntu-latest
# steps:

0 comments on commit 63c6e15

Please sign in to comment.