Skip to content

Commit ea8c53c

Browse files
authored
wip coverage report
1 parent 2a8bfb5 commit ea8c53c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
name: Meteor package tests
3636
# needs: [lint]
3737
runs-on: ubuntu-latest
38+
# allow usage of CODACY / CODECOV tokens
39+
environment: coverage
3840
strategy:
3941
matrix:
4042
meteorRelease:
@@ -72,3 +74,4 @@ jobs:
7274
sed 's/packages\/meteor-coverage\///' someapp/.coverage/lcov.info | codacy-coverage || true # ignore codacy error
7375
env:
7476
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
77+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)