Skip to content

Commit 581faa9

Browse files
committed
skpkg: remove codecov uses in workflows
Signed-off-by: Dasun Abeykoon <Dasun20202020@hotmail.com>
1 parent df9f78d commit 581faa9

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

.github/workflows/matrix-and-codecov-on-merge-to-main.yml renamed to .github/workflows/matrix-no-codecov-on-merge-to-main.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ on:
1212

1313
jobs:
1414
matrix-coverage:
15-
uses: scikit-package/release-scripts/.github/workflows/_matrix-and-codecov-on-merge-to-main.yml@v0
15+
uses: scikit-package/release-scripts/.github/workflows/_matrix-no-codecov-on-merge-to-main.yml@v0
1616
with:
1717
project: diffpy.distanceprinter
1818
c_extension: false
1919
headless: false
20-
secrets:
21-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

.github/workflows/tests-on-pr.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ on:
66

77
jobs:
88
tests-on-pr:
9-
uses: scikit-package/release-scripts/.github/workflows/_tests-on-pr.yml@v0
9+
uses: scikit-package/release-scripts/.github/workflows/_tests-on-pr-no-codecov.yml@v0
1010
with:
1111
project: diffpy.distanceprinter
1212
c_extension: false
1313
headless: false
14-
secrets:
15-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
14+
run: |
15+
conda install pre-commit
16+
pre-commit run --all-files

0 commit comments

Comments
 (0)