Skip to content

Commit

Permalink
fix: test where file is
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Jan 11, 2024
1 parent 81d6c4f commit 4d56749
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,11 @@ jobs:
run: rm -rf *.coverage.txt coverage-report-test.json test/fixtures || echo
- name: Update exec permission
run: chmod u+x out/codecov-alpine
- name: ls
run: |
pwd
ls
find . -name 'cobertura-coverage.xml'
- name: Run Alpine binary -f (dry run)
run: |
NODE_DEBUG=vm out/codecov-alpine -v -f /root/project/coverage-alpine/cobertura-coverage.xml -F alpine -d -Z -t ${{ secrets.CODECOV_TOKEN }} >> output_alpine.txt
Expand Down

0 comments on commit 4d56749

Please sign in to comment.