Skip to content

Commit

Permalink
Merge pull request #278 from ecmwf-ifs/nabr-codecov-token
Browse files Browse the repository at this point in the history
Fix codecov by adding CODECOV_TOKEN
  • Loading branch information
reuterbal authored Apr 8, 2024
2 parents ff0f026 + f59ae40 commit 2814083
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
with:
flags: loki
files: ./coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Run transformations tests
run: |
Expand All @@ -74,6 +76,8 @@ jobs:
with:
flags: transformations
files: ./coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Run lint_rules tests
run: |
Expand All @@ -85,3 +89,5 @@ jobs:
with:
flags: lint_rules
files: ./coverage.xml
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2814083

Please sign in to comment.