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 cbe239f commit e30a25c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
gcov: true
gcov_include: fast_pbkdf2.c
gcov_include: c_src/fast_pbkdf2.c
# - run: gcov -o c_src fast_pbkdf2
if: ${{ matrix.otp == '26.1' && matrix.os == 'ubuntu-22.04' }}

0 comments on commit e30a25c

Please sign in to comment.