Skip to content

Commit

Permalink
Fix codecov by adding CODECOV_TOKEN
Browse files Browse the repository at this point in the history
  • Loading branch information
reuterbal committed Apr 8, 2024
1 parent 0a15267 commit f59ae40
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 f59ae40

Please sign in to comment.