Skip to content

Commit

Permalink
add codecov (#6)
Browse files Browse the repository at this point in the history
* add codecov

* add newline:
  • Loading branch information
jairad26 authored Mar 27, 2024
1 parent 48e3626 commit e841c63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/ci-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,10 @@ jobs:
with:
profile: cover.out
local-prefix: github.com/jairad26/slug_generator
threshold-total: 95
threshold-total: 95
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: jairad26/slug_generator
fail_ci_if_error: true

0 comments on commit e841c63

Please sign in to comment.