File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 - name : " unit(test): upload coverage to CodeCov"
4343 uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
4444 with :
45- files : test/coverage.xml
45+ files : test/coverage.txt
4646 token : ${{ secrets.CODECOV_TOKEN }}
4747
4848 - name : " build: package code for distribution"
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ node_modules
88.DS_Store
99
1010# Testing remnants
11- coverage.xml
11+ coverage.txt
Original file line number Diff line number Diff line change 1010 "dev" : " act public --eventpath .github/resources/.actions/event.json --secret-file .github/resources/.env --platform ubuntu-latest=node:20-buster --container-architecture linux/amd64" ,
1111 "lint:fix" : " biome check --write" ,
1212 "lint" : " biome check" ,
13- "test" : " node --test --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=junit --test-reporter-destination=test/coverage.xml test/*.spec.js" ,
13+ "test" : " node --test --experimental-test-coverage --test-reporter=spec --test-reporter-destination=stdout --test-reporter=lcov --test-reporter-destination=test/coverage.txt test/*.spec.js" ,
1414 "postversion" : " TAG=\" v$(npm pkg get version | jq -r)\" && grep -rl 'slackapi/slack-github-action@v' ./docs ./example-workflows | xargs sed -i \" s|slackapi/slack-github-action@v.*|slackapi/slack-github-action@${TAG}|g\" "
1515 },
1616 "repository" : {
You can’t perform that action at this time.
0 commit comments