Skip to content

Commit

Permalink
refactor(workflows): Rename 'Coverage' workflow to 'Tests' for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
lui7henrique committed Oct 11, 2024
1 parent da9b088 commit fd25ac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Coverage
name: Tests

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
4. **Testing**

- [x] Write tests with at least 90% coverage.
- [ ] Set up continuous integration to run tests and check coverage.
- [x] Set up continuous integration to run tests and check coverage.

5. **Monitoring and Optimization**

Expand Down

0 comments on commit fd25ac2

Please sign in to comment.