Skip to content

Commit 70b7bf7

Browse files
fix(codecov): try to fix codecov (#21)
* fix(codecov): try to fix codecov * fix: try stuff * stuff * p * a * c * a * 1 * a * a * a * 1
1 parent 67f3b2f commit 70b7bf7

4 files changed

Lines changed: 518 additions & 11 deletions

File tree

.github/workflows/run-release.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,6 @@ jobs:
2525
- name: Test
2626
run: npm test
2727

28-
- name: Codecov
29-
uses: codecov/codecov-action@v2
30-
with:
31-
token: ${{ secrets.CODECOV_TOKEN }}
32-
flags: unittests
33-
3428
publish-npm:
3529
needs: test
3630
runs-on: ubuntu-latest

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
name: test chrome-types
2-
on: [push, pull_request]
2+
on:
3+
push:
4+
branches:
5+
- main
6+
pull_request:
37
jobs:
48
test:
59
runs-on: ubuntu-latest
@@ -24,4 +28,3 @@ jobs:
2428
uses: codecov/codecov-action@v2
2529
with:
2630
token: ${{ secrets.CODECOV_TOKEN }}
27-
flags: unittests

0 commit comments

Comments
 (0)