File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 2424 run : vendor/bin/phpunit tests --coverage-clover coverage.xml --coverage-filter src
2525
2626 - name : Upload coverage to Codecov
27- uses : codecov/codecov-action@v3
27+ uses : codecov/codecov-action@v5
2828 with :
29+ token : ${{ secrets.CODECOV_TOKEN }}
2930 files : ./coverage.xml
3031 flags : formatters
31- token : ${{ secrets.CODECOV_TOKEN }}
32- fail_ci_if_error : false
32+ slug : Neuron-PHP/formatting
33+ fail_ci_if_error : true
Original file line number Diff line number Diff line change 11[ ![ CI] ( https://github.com/Neuron-PHP/formatting/actions/workflows/ci.yml/badge.svg )] ( https://github.com/Neuron-PHP/formatting/actions )
2- [ ![ codecov] ( https://codecov.io/gh/Neuron-PHP/formatting/graph/badge.svg )] ( https://codecov.io/gh/Neuron-PHP/formatting )
2+ [ ![ codecov] ( https://codecov.io/gh/Neuron-PHP/formatting/branch/develop/ graph/badge.svg )] ( https://codecov.io/gh/Neuron-PHP/formatting )
33
44# Neuron-PHP Formatting
55
You can’t perform that action at this time.
0 commit comments