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
4546 token : ${{ secrets.CODECOV_TOKEN }}
4647
4748 - name : " build: package code for distribution"
Original file line number Diff line number Diff line change @@ -6,3 +6,6 @@ node_modules
66
77# Extra files
88.DS_Store
9+
10+ # Testing remnants
11+ coverage.xml
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/*.spec.js" ,
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" ,
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