Skip to content

Commit

Permalink
update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
HoBeZwe committed Feb 6, 2024
1 parent ec1ae1b commit 0721ddd
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .codecov.yml
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
comment: false
coverage:
status:
project:
default:
target: 100%
threshold: 1%
patch:
default:
target: 100%
threshold: 2%
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: lcov.info
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
2 changes: 1 addition & 1 deletion docs/src/utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To read [.step and .stp files](https://en.wikipedia.org/wiki/ISO_10303-21) conta

!!! note
So far only reading B-spline surfaces (called `B_SPLINE_SURFACE_WITH_KNOTS` in .step and .stp) and NURBS surfaces (as a `BOUNDED_SURFACE()` in .step and .stp) is supported.
Howver, reading curves should not be too dificult to implement.
However, reading curves should not be too dificult to implement.

```@example utils
using NURBS # hide
Expand Down

0 comments on commit 0721ddd

Please sign in to comment.