Skip to content

Commit

Permalink
ci: adds slug with directive for codecov upload step
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkjrs committed Jan 21, 2025
1 parent 8643b76 commit f87aad2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,4 @@ jobs:
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }} # Set in GitHub repository secrets
files: ./coverage/lcov.info # Adjust path if necessary
flags: unittests # Optional flags for tracking different types of tests
name: codecov-coverage-report # Optional, useful for identifying reports
fail_ci_if_error: true # Fails CI if Codecov upload fails
slug: Tincre/logger

0 comments on commit f87aad2

Please sign in to comment.