Skip to content

Commit

Permalink
Merge pull request #363 from WildMeOrg/build-codecov-init
Browse files Browse the repository at this point in the history
connect codecov
  • Loading branch information
TanyaStere42 authored Sep 24, 2024
2 parents 0b0d3fa + 8b47fae commit e518630
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codecov-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e518630

Please sign in to comment.