Skip to content

Commit

Permalink
Added codecov token for upload of results (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
ggsdc authored Apr 17, 2024
1 parent a8bb237 commit 85cecc1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test_cornflow_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,3 +151,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
flags: client-tests
token: ${{secrets.CODECOV_TOKEN}}
3 changes: 2 additions & 1 deletion .github/workflows/test_cornflow_dags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,5 @@ jobs:
- name: Upload coverage to codecov
uses : codecov/codecov-action@v3
with:
flags: dags-tests
flags: dags-tests
token: ${{secrets.CODECOV_TOKEN}}
1 change: 1 addition & 0 deletions .github/workflows/test_cornflow_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,3 +165,4 @@ jobs:
uses: codecov/codecov-action@v3
with:
flags: server-tests
token: ${{secrets.CODECOV_TOKEN}}

0 comments on commit 85cecc1

Please sign in to comment.