Skip to content

Commit

Permalink
Update name of tests step to be more clear as to current state
Browse files Browse the repository at this point in the history
  • Loading branch information
NortySpock authored Dec 17, 2024
1 parent e0b4913 commit 223311b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
- name: create cover folder if not exists, to cache coverage reporting results
run: mkdir -p ./cover/

- name: Run tests, failing loudly on error, emitting coverage to file for use when reporting test coverage of recently changed files
- name: Run tests, failing loudly on error, emitting coverage to file for use when reporting test coverage in later proposed step
run: set -eo pipefail; mix test --exclude needs_attention --cover | tee ./cover/test_coverage_by_file.txt

- name: emit hint on where to update minimum test coverage
Expand Down

0 comments on commit 223311b

Please sign in to comment.