Skip to content

Commit

Permalink
remove coverage and bumper version
Browse files Browse the repository at this point in the history
  • Loading branch information
shrektan committed Oct 10, 2023
1 parent af69112 commit 24db3d5
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
48 changes: 24 additions & 24 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
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/[email protected]
# 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"
4 changes: 2 additions & 2 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6072-3521")),
Expand Down

0 comments on commit 24db3d5

Please sign in to comment.