Skip to content

Commit

Permalink
use codecov action instead
Browse files Browse the repository at this point in the history
  • Loading branch information
NelsonVides committed Nov 20, 2023
1 parent 0dae26a commit 54026e5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ jobs:
if: ${{ matrix.otp == '26.1' && matrix.os == 'ubuntu-22.04' }}
- run: rebar3 as test codecov analyze
if: ${{ matrix.otp == '26.1' && matrix.os == 'ubuntu-22.04' }}
- run: gcov -o c_src fast_pbkdf2
if: ${{ matrix.otp == '26.1' && matrix.os == 'ubuntu-22.04' }}
- run: pip install --user codecov
if: ${{ matrix.otp == '26.1' && matrix.os == 'ubuntu-22.04' }}
- run: /home/runner/.local/bin/codecov
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
gcov: true
gcov_include: fast_pbkdf2.c
if: ${{ matrix.otp == '26.1' && matrix.os == 'ubuntu-22.04' }}

0 comments on commit 54026e5

Please sign in to comment.