mirror of
https://github.com/Doctorado-ML/mufs.git
synced 2025-08-17 00:26:09 +00:00
Fix issue in gh action
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -12,8 +12,8 @@ jobs:
|
|||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [macos-latest, ubuntu-latest]
|
os: [ubuntu-latest]
|
||||||
python: [3.8, "3.10"]
|
python: ["3.10"]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -39,9 +39,6 @@ jobs:
|
|||||||
coverage run -m xmlrunner -v mufs.tests -o .report
|
coverage run -m xmlrunner -v mufs.tests -o .report
|
||||||
coverage xml -i -o .report/coverage.xml
|
coverage xml -i -o .report/coverage.xml
|
||||||
coverage report -m --fail-under=100
|
coverage report -m --fail-under=100
|
||||||
- uses: actions/checkout@v2
|
|
||||||
with:
|
|
||||||
fetch-depth: 0
|
|
||||||
- run: echo "project_version=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
|
- run: echo "project_version=$(git describe --tags --abbrev=0)" >> $GITHUB_ENV
|
||||||
- uses: sonarsource/sonarqube-scan-action@master
|
- uses: sonarsource/sonarqube-scan-action@master
|
||||||
env:
|
env:
|
||||||
|
Reference in New Issue
Block a user