From 24db3d5c80eed39b7dbd69fa77accd6a9faedcc8 Mon Sep 17 00:00:00 2001 From: shrektan Date: Tue, 10 Oct 2023 10:38:49 +0800 Subject: [PATCH] remove coverage and bumper version --- .github/workflows/R-CMD-check.yaml | 48 +++++++++++++++--------------- CRAN-SUBMISSION | 4 +-- DESCRIPTION | 2 +- 3 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index 790c8ef..d630e07 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -51,28 +51,28 @@ jobs: - name: debug run: cat ./check/*.Rcheck/00install.out - Coverage: - needs: R-CMD-check - runs-on: ubuntu-latest + # Coverage: + # needs: R-CMD-check + # runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v3 - with: - path: ./src/rust - - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - override: true - - name: Install cargo-tarpaulin - uses: actions-rs/install@v0.1 - with: - crate: cargo-tarpaulin - version: "0.15.0" - use-tool-cache: true - - run: "cargo tarpaulin --out Xml -- --ignore-tests --out Lcov --test-threads 1" - working-directory: "./src/rust" - - name: upload to Coveralls - uses: coverallsapp/github-action@master - with: - github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: "./lcov.info" + # steps: + # - uses: actions/checkout@v3 + # with: + # path: ./src/rust + # - uses: actions-rs/toolchain@v1 + # with: + # toolchain: stable + # override: true + # - name: Install cargo-tarpaulin + # uses: actions-rs/install@v0.1 + # with: + # crate: cargo-tarpaulin + # version: "0.15.0" + # use-tool-cache: true + # - run: "cargo tarpaulin --out Xml -- --ignore-tests --out Lcov --test-threads 1" + # working-directory: "./src/rust" + # - name: upload to Coveralls + # uses: coverallsapp/github-action@master + # with: + # github-token: ${{ secrets.GITHUB_TOKEN }} + # path-to-lcov: "./lcov.info" diff --git a/CRAN-SUBMISSION b/CRAN-SUBMISSION index 230fe35..e23345e 100644 --- a/CRAN-SUBMISSION +++ b/CRAN-SUBMISSION @@ -1,3 +1,3 @@ Version: 0.1.0 -Date: 2023-09-21 17:43:34 UTC -SHA: ee56ddf5725de09bbe62a4df4be284b8944ac1ce +Date: 2023-10-09 05:42:49 UTC +SHA: af69112670926b9685a445577b12e9ea29d7e116 diff --git a/DESCRIPTION b/DESCRIPTION index 02b09f5..8d2f091 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: ymd Title: Parse 'YMD' Format Number or String to Date -Version: 0.1.0 +Version: 0.1.1 Authors@R: c( person("Xianying", "Tan", , "shrektan@126.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6072-3521")),