Skip to content

chore: fix deprecated method in tests "DateTime::from_utc" #750

chore: fix deprecated method in tests "DateTime::from_utc"

chore: fix deprecated method in tests "DateTime::from_utc" #750

Workflow file for this run

name: coverage
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
env:
CARGO_TERM_COLOR: always
CARGO_NET_GIT_FETCH_WITH_CLI: true
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
on:
push:
branches:
- main
jobs:
test:
name: coverage
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Coverage
uses: actions-rs/[email protected]
continue-on-error: true
with:
args: --ignore-tests --ciserver github-ci --coveralls ${{ secrets.COVERALLS_TOKEN }}