Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Saran-nns/sorn
Browse files Browse the repository at this point in the history
  • Loading branch information
Saran-nns committed Sep 4, 2024
2 parents a736e9e + 333c784 commit 6fa23f6
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
<<<<<<< HEAD
=======
timeout-minutes: 10
>>>>>>> 333c78402e33eb8fcc8e1ceeefebfadf0e9ddd5e
strategy:
matrix:
python-version: [3.7, 3.8, 3.9]
Expand All @@ -30,6 +34,14 @@ jobs:
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}
<<<<<<< HEAD
files: ./coverage.xml
directory: ./coverage/reports/
fail_ci_if_error: true
=======
name: codecov-umbrella
fail_ci_if_error: true
flags: unittests
env_vars: OS,PYTHON
verbose: false
>>>>>>> 333c78402e33eb8fcc8e1ceeefebfadf0e9ddd5e

0 comments on commit 6fa23f6

Please sign in to comment.