Skip to content

Commit c8ecf76

Browse files
authored
Merge pull request #6 from VisLab/repo_setup
Changed paths on the actions
2 parents c541516 + 587f3d0 commit c8ecf76

2 files changed

Lines changed: 1 addition & 17 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ jobs:
6060
pip install -r docs/requirements.txt
6161
pip install -e .[test]
6262
63-
# Run spec tests without coverage for non Python 3.10
64-
- name: Run spec_test
65-
env:
66-
GITHUB_TOKEN: ${{ github.token }}
67-
continue-on-error: true
68-
run: |
69-
python -m unittest discover spec_tests
70-
7163
# Run unittest without coverage
7264
- name: Test with unittest
7365
env:

.github/workflows/ci_cov.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,11 @@ jobs:
4646
GITHUB_TOKEN: ${{ github.token }}
4747
run: |
4848
coverage run -m unittest discover tests
49-
50-
# Run spec tests with coverage
51-
- name: Run spec_test coverage
52-
env:
53-
GITHUB_TOKEN: ${{ github.token }}
54-
run: |
55-
coverage run --append -m unittest discover spec_tests
5649
coverage xml
5750
5851
# Upload coverage to qlty
5952
- name: Upload coverage to qlty
6053
uses: qltysh/qlty-action/coverage@v2
6154
with:
6255
files: coverage.xml
63-
env:
64-
QLTY_TOKEN: ${{ secrets.QLTY_COVERAGE_TOKEN }}
56+
oidc: true

0 commit comments

Comments
 (0)