Implement As_x for Caller, Source, Mission and Server #63
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ref: https://docs.codecov.com/docs/codecovyml-reference | |
coverage: | |
# Hold ourselves to a high bar | |
range: 85..100 | |
round: down | |
precision: 1 | |
status: | |
# ref: https://docs.codecov.com/docs/commit-status | |
project: | |
default: | |
# Avoid false negatives | |
threshold: 1% | |
# Test files aren't important for coverage | |
ignore: | |
- "tests" | |
# Make comments less noisy | |
comment: | |
layout: "files" | |
require_changes: yes |