Skip to content

Commit

Permalink
wip coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
serut authored Aug 1, 2024
1 parent 2a8bfb5 commit ea8c53c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
name: Meteor package tests
# needs: [lint]
runs-on: ubuntu-latest
# allow usage of CODACY / CODECOV tokens
environment: coverage
strategy:
matrix:
meteorRelease:
Expand Down Expand Up @@ -72,3 +74,4 @@ jobs:
sed 's/packages\/meteor-coverage\///' someapp/.coverage/lcov.info | codacy-coverage || true # ignore codacy error
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit ea8c53c

Please sign in to comment.