Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup CITATION.cff #212

Merged
merged 4 commits into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,13 @@ jobs:
with:
name: mutants.out
path: mutants.out

cffconvert:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
persist-credentials: false
- uses: docker://citationcff/cffconvert:latest
with:
args: --validate
kevinmatthes marked this conversation as resolved.
Show resolved Hide resolved
21 changes: 21 additions & 0 deletions CITATION.cff
kevinmatthes marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
abstract: Find inadequately-tested code that can be removed without any tests failing.
authors:
- alias: sourcefrog
family-names: Pool
given-names: Martin
cff-version: 1.2.0
date-released: 2023-12-23
keywords:
- Rust
- cargo
- coverage
- development-tools::testing
- mutants
- mutation-testing
- testing
license: MIT
message: Please cite this project using these information.
repository-code: https://github.com/sourcefrog/cargo-mutants
title: cargo-mutants
url: https://mutants.rs/
version: 23.12.2