Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Apr 3, 2020
1 parent 310b846 commit 34046d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
with:
node-version: ${{ env.NODE_VERSION }}
- name: Use Npm@latest
run: npm i -g @npm@latest
run: npm i -g npm
- name: Print versions
run: |
node -v
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Run tests with coverage
run: npm run test:coverage -- --ci --reporters="default" --reporters="jest-junit"
- name: Submit coverage data to codecov
users: codecov/codecov-action@v1.0.3
uses: codecov/codecov-action@v1.0.3
with:
token: ${{secrets.CODECOV_TOKEN}} # TODO: need to add
file: '**/junit.xml'
Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run tests with coverage
run: npm run test:coverage -- --ci --reporters="default" --reporters="jest-junit"
- name: Submit coverage data to codecov
users: codecov/codecov-action@v1.0.3
uses: codecov/codecov-action@v1.0.3
with:
token: ${{secrets.CODECOV_TOKEN}} # TODO: need to add
file: '**/junit.xml'
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
- name: Run tests with coverage
run: npm run test:coverage -- --ci --reporters="default" --reporters="jest-junit"
- name: Submit coverage data to codecov
users: codecov/codecov-action@v1.0.3
uses: codecov/codecov-action@v1.0.3
with:
token: ${{secrets.CODECOV_TOKEN}} # TODO: need to add
file: '**/junit.xml'

0 comments on commit 34046d2

Please sign in to comment.