From cc61a5873528c694a14e178ca71a26aa0627e6d0 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 11:47:39 -0500 Subject: [PATCH 01/17] test github action Signed-off-by: elmsdata --- hello.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 0000000..e69de29 From 424515e8359f5b263a4bc95223902c6d249726a9 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 11:49:21 -0500 Subject: [PATCH 02/17] remove flag for testing Signed-off-by: elmsdata --- .github/workflows/main.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f106859..0187768 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,5 +37,3 @@ jobs: run: make test-coverage - name: Codecov uses: codecov/codecov-action@v3.1.1 - with: - - flags: all From c397cd696be938a3f4094fd41d83d7bc27129468 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 11:52:33 -0500 Subject: [PATCH 03/17] increment isort Signed-off-by: elmsdata --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6cea5f3..879c41c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.9.3 + rev: 5.12.0 hooks: - id: isort files: ".*" From e7631735d83bef8ac4530d68158d4a3da283cd87 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 11:56:10 -0500 Subject: [PATCH 04/17] added extra line Signed-off-by: elmsdata --- .github/workflows/main.yml | 3 +++ .pre-commit-config.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0187768..f517445 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,3 +37,6 @@ jobs: run: make test-coverage - name: Codecov uses: codecov/codecov-action@v3.1.1 + with: + - flags: all + diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 879c41c..6cea5f3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.12.0 + rev: 5.9.3 hooks: - id: isort files: ".*" From a270ec7e15cf34e9aaebcdc672f677585a8324ed Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:15:51 -0500 Subject: [PATCH 05/17] test isort version Signed-off-by: elmsdata --- .github/workflows/main.yml | 3 --- .pre-commit-config.yaml | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f517445..0187768 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,6 +37,3 @@ jobs: run: make test-coverage - name: Codecov uses: codecov/codecov-action@v3.1.1 - with: - - flags: all - diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6cea5f3..be70ced 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.9.3 + rev: 5.11.4 hooks: - id: isort files: ".*" From b3b2e6c625e91e67a8556faa80fec40054831450 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:17:48 -0500 Subject: [PATCH 06/17] fix isort version Signed-off-by: elmsdata --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index be70ced..879c41c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,7 +20,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/pycqa/isort - rev: 5.11.4 + rev: 5.12.0 hooks: - id: isort files: ".*" From f9a0520d4b9c08289fd144a6b60e75779fbce671 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:20:11 -0500 Subject: [PATCH 07/17] changed mirrors mypy version Signed-off-by: elmsdata --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 879c41c..532db54 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: exclude: "tests" - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.812 + rev: v0.900 hooks: - id: mypy files: "cdevents/.*" From 7e7b7dd04b716f6fd5b48b56033f3dc7bc456336 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:22:34 -0500 Subject: [PATCH 08/17] changed mirrors mypy version Signed-off-by: elmsdata --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 532db54..3a2bf85 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: exclude: "tests" - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.900 + rev: 1.1.1 hooks: - id: mypy files: "cdevents/.*" From 8056c0c58f473c8d66ef674b14677bcee7483d33 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:23:19 -0500 Subject: [PATCH 09/17] changed mirrors mypy version Signed-off-by: elmsdata --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3a2bf85..f43e5ce 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: exclude: "tests" - repo: https://github.com/pre-commit/mirrors-mypy - rev: 1.1.1 + rev: v1.1.1 hooks: - id: mypy files: "cdevents/.*" From 60439406d1a515a8fdffd1884b37b5c53a8b4809 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:26:48 -0500 Subject: [PATCH 10/17] changed mirrors mypy version Signed-off-by: elmsdata --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f43e5ce..879c41c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: exclude: "tests" - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.1.1 + rev: v0.812 hooks: - id: mypy files: "cdevents/.*" From 917839c315e2043ca2c264a42596ce735d2151f2 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:31:02 -0500 Subject: [PATCH 11/17] changed python version Signed-off-by: elmsdata --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0187768..3edd7ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.9' - name: Install dependencies run: | python3 -m pip install pre-commit From 1116acb4ba62c0223ad3439480be6910720681fc Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:35:26 -0500 Subject: [PATCH 12/17] fixed end of file Signed-off-by: elmsdata --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 403000b..7940262 100644 --- a/codecov.yml +++ b/codecov.yml @@ -28,4 +28,4 @@ flag_management: statuses: - type: project target: 100 - threshold: 1% \ No newline at end of file + threshold: 1% From 35862484a2745d9476ce4ffa6ec9b7543f2c9e3e Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:46:07 -0500 Subject: [PATCH 13/17] removed test file Signed-off-by: elmsdata --- hello.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 hello.txt diff --git a/hello.txt b/hello.txt deleted file mode 100644 index e69de29..0000000 From 50c59acfc0f00db60c67a1b920d1ed1fe07c1cdc Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:47:08 -0500 Subject: [PATCH 14/17] Added flag back to main file Signed-off-by: elmsdata --- .github/workflows/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3edd7ad..f517445 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: '3.x' - name: Install dependencies run: | python3 -m pip install pre-commit @@ -37,3 +37,6 @@ jobs: run: make test-coverage - name: Codecov uses: codecov/codecov-action@v3.1.1 + with: + - flags: all + From e31967cb5aea2d881e711b667ac85368726e8249 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:48:11 -0500 Subject: [PATCH 15/17] test yaml format change Signed-off-by: elmsdata --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f517445..bbf545d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,5 +38,5 @@ jobs: - name: Codecov uses: codecov/codecov-action@v3.1.1 with: - - flags: all + flags: all From 7d4897dd648307b07ea4a4d96e98ba9b8c7edad2 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:49:43 -0500 Subject: [PATCH 16/17] remove with Signed-off-by: elmsdata --- .github/workflows/main.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bbf545d..0187768 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -37,6 +37,3 @@ jobs: run: make test-coverage - name: Codecov uses: codecov/codecov-action@v3.1.1 - with: - flags: all - From 9dde0ad75d339b77c985f070f028ae94281096a2 Mon Sep 17 00:00:00 2001 From: elmsdata Date: Tue, 14 Mar 2023 13:54:56 -0500 Subject: [PATCH 17/17] reset python version Signed-off-by: elmsdata --- .github/workflows/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0187768..c7a7124 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -10,7 +10,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v4 with: - python-version: '3.x' + python-version: '3.9' - name: Install dependencies run: | python3 -m pip install pre-commit @@ -37,3 +37,5 @@ jobs: run: make test-coverage - name: Codecov uses: codecov/codecov-action@v3.1.1 + with: + flags: all