Skip to content

Commit

Permalink
configure pipeline with Codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbornstein committed May 2, 2024
1 parent 7416901 commit 5228c86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,6 @@ jobs:
run: vendor/bin/phpmd src text ruleset.xml --suffixes php

- name: Upload Code Coverage to Codecov.io
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5228c86

Please sign in to comment.