Skip to content

Commit

Permalink
Simplifying oscillator type strings using templates (#1234)
Browse files Browse the repository at this point in the history
* simplifying interface types using templates

* uploading codecov threshold

* adjusting thresh

* updating checkout
  • Loading branch information
tambien committed Apr 28, 2024
1 parent 3d42017 commit f8fcc4c
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 141 deletions.
6 changes: 6 additions & 0 deletions .github/codecov.yml
@@ -0,0 +1,6 @@
coverage:
status:
project:
default:
target: auto
threshold: 1%
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
Expand All @@ -38,6 +38,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: false
codecov_yml_path: ./.github/codecov.yml
token: ${{ secrets.CODECOV_TOKEN }}
test-code-examples:
name: Check typedocs
Expand All @@ -47,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
Expand All @@ -67,7 +68,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
Expand All @@ -87,7 +88,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
Expand All @@ -105,7 +106,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out Git repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup Nodejs
uses: actions/setup-node@v4
with:
Expand Down

0 comments on commit f8fcc4c

Please sign in to comment.