We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a8bfb5 commit ea8c53cCopy full SHA for ea8c53c
.github/workflows/tests.yml
@@ -35,6 +35,8 @@ jobs:
35
name: Meteor package tests
36
# needs: [lint]
37
runs-on: ubuntu-latest
38
+ # allow usage of CODACY / CODECOV tokens
39
+ environment: coverage
40
strategy:
41
matrix:
42
meteorRelease:
@@ -72,3 +74,4 @@ jobs:
72
74
sed 's/packages\/meteor-coverage\///' someapp/.coverage/lcov.info | codacy-coverage || true # ignore codacy error
73
75
env:
76
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
77
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments