Skip to content

Commit

Permalink
Merge pull request #1 from Adal3n3/Adal3n3-patch-1
Browse files Browse the repository at this point in the history
Update workflow.yml
  • Loading branch information
Adal3n3 authored Apr 19, 2024
2 parents 427f6bf + f788801 commit 5f61104
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Adal3n3/codecov-demo

# Runs a single command using the runners shell
- name: Run a one-line script
Expand Down

0 comments on commit 5f61104

Please sign in to comment.