Skip to content

Commit

Permalink
Update ci-20x.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BigThunderSR authored Mar 25, 2024
1 parent 12246e9 commit 3b5b672
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-20x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- run: npm run lint
- run: npm test
- run: npx nyc --reporter=lcov npm test
- run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report --project-token ${{ secrets.CODACY_PROJECT_TOKEN }}
#- run: bash <(curl -Ls https://coverage.codacy.com/get.sh) report --project-token ${{ secrets.CODACY_PROJECT_TOKEN }}


- name: Set up QEMU
Expand Down Expand Up @@ -83,4 +83,4 @@ jobs:
# push: ${{ github.event_name != 'pull_request' }}
# tags: ${{ steps.docker_meta.outputs.tags }}
# labels: ${{ steps.docker_meta.outputs.labels }}
# outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=OnStarJS wrapper for MQTT
# outputs: type=image,name=target,annotation-index.org.opencontainers.image.description=OnStarJS wrapper for MQTT

0 comments on commit 3b5b672

Please sign in to comment.